Home > other >  Download scrapy error Anaconda created environment
Download scrapy error Anaconda created environment

Time:11-23

Download a scarpy before but was interrupted, download only two rows over again, trying to solve with the clean but still error, as shown in figure, bosses, please look it, please

CodePudding user response:

Not recommended Anaconda,
When I was in use the Anaconda found that selenium configuration and python,

CodePudding user response:

references on 1st floor day I reply:
is not recommended Anaconda,
I found that when using the Anaconda selenium configuration and python,
what use?

CodePudding user response:

Conda have an interface management, try downloading in it

CodePudding user response:

reference archaeologists lx reply: 3/f
conda have an interface management, in there try downloading
ok I try

CodePudding user response:

I feel you have a problem operating ideas, zha or base your virtual environment, the normal you created the virtual environment you don't go in???????
Should be like this:
1, conda - n create scrapyws python3.6
2, conda info - envs (see if you just created scrapyws environment generated)
3, activate scrapyws
4, PIP install scrapy
5, wait for the end...

CodePudding user response:

reference 5 floor MuSa xiaoxiang reply:
I feel you have a problem operating ideas, zha or base your virtual environment, the normal you created the virtual environment you don't go in???????
Should be like this:
1, conda - n create scrapyws python3.6
2, conda info - envs (see if you just created scrapyws environment generated)
3, activate scrapyws
4, PIP install scrapy
5, wait for the end...
the first statement is to create and install scrapy but finally environment list no this environment you said I also tried to also come out two lines done directly to the end

CodePudding user response:

Switch to the mirror to try at home

CodePudding user response:

refer to 6th floor AlAuAu response:
Quote: refer to the 5 floor MuSa xiaoxiang reply:
I feel you have a problem operating ideas, your virtual environment or base at first sight, you created the virtual environment you don't normally go in???????
Should be like this:
1, conda - n create scrapyws python3.6
2, conda info - envs (see if you just created scrapyws environment generated)
3, activate scrapyws
4, PIP install scrapy
5, wait for the end...
the first statement is to create and install scrapy but finally environment list no this environment you said I also tried to also come out two lines done directly over

The first command I dialed the wrong number, should be conda create -n scrapyws python=3.6.5 this way, the list does not involve any environment, the meaning of this command is to install a name scrapyws virtual environment (just name), a virtual environment using the interpreter is python3.6.5, again into the virtual environment is operating behind install scrapy package (step 4)
  • Related