I tried to install scrapy on Anaconda and couldn't, so make a note of what I did. A story on the python3.5.2 environment.
Install scrapy on Anaconda Navigator.
I was told to install scrapy 1.0.3, so go and press the OK button
The following packages will be installed scrapy 1.0.3
After that, I was told that I couldn't install it because there was a conflict, but I was told to check it, but I couldn't put it in the first place.
UnsatisfiableSpecifications: The following specifications were found to be in conflict:
I mean, it's version 1.1.1 of scrapy on Anaconda Navigator. What is 1.0.3?
I don't remember installing it, but I can't deny the possibility that I did something.
Since there is a conflict, uninstall it once and then reinstall it to solve the problem.
conda uninstall scrapy
conda install scrapy
I checked with the following command to see if scrapy was included, and 1.1.1 was installed, so it's probably okay.
conda info scrapy
Recommended Posts