[PYTHON] I tried to install scrapy on Anaconda and couldn't

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.

Status

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? image

Correspondence

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

I tried to install scrapy on Anaconda and couldn't
Install Anaconda on Mac and upload Jupyter (IPython) notebook to Anaconda Cloud
Personal Note Package to install on Anaconda
I tried to install Docker on Windows 10 Home but it didn't work
I couldn't refer to Homebrew libmms from mimms, so it's a symbolic link.
After updating to Catalina, I couldn't use anaconda anymore ...
I tried to install scrapy on Anaconda and couldn't
I implemented DCGAN and tried to generate apples
[Python] How to install OpenCV on Anaconda [Windows]
How to install / verify graphviz on anaconda / windows10
Install Scrapy on python3
I can't install Anaconda!
I tried to debug.
I tried to paste
I made an image classification model and tried to move it on mobile
I tried to use Twitter Scraper on AWS Lambda and it didn't work.
I tried to read and save automatically with VOICEROID2 2
I tried to implement and learn DCGAN with PyTorch
I tried adding post-increment to CPython. Overview and summary
I tried to implement Minesweeper on terminal with python
How to install Git GUI and Gitk on CentOS
I tried to automatically read and save with VOICEROID2
I tried adding system calls and scheduler to Linux
After updating to Catalina, I couldn't use anaconda anymore ...
Install django on python + anaconda and start the server
I tried to notify the honeypot report on LINE
I tried to understand how to use Pandas and multicollinearity based on the Affairs dataset.
Install Scrapy on Raspbian (Jessie)
I tried to learn PredNet
I tried to organize SVM.
Install module on Anaconda (Mac)
I tried to implement PCANet
I tried to reintroduce Linux
I tried to introduce Pylint
I tried to summarize SparseMatrix
I tried to touch jupyter
I tried to implement StarGAN (1)
I tried MLflow on Databricks
I tried to predict and submit Titanic survivors with Kaggle
I tried to combine Discord Bot and face recognition-for LT-
I tried using "Syncthing" to synchronize files on multiple PCs
I tried to get Web information using "Requests" and "lxml"
Install pyenv on MacBook Air and switch python to use
I tried to illustrate the time and time in C language
I tried to display the time and today's weather w
[Introduction to infectious disease model] I tried fitting and playing ♬
I stumbled when I tried to install Basemap, so a memorandum
I tried to enumerate the differences between java and python
I tried to make GUI tic-tac-toe with Python and Tkinter
I tried to classify music major / minor on Neural Network
I tried changing the python script from 2.7.11 to 3.6.0 on windows10
I tried to launch ipython cluster to the minimum on AWS
I want to use VS Code and Spyder without anaconda! !! !!
When I tried to install PIL and matplotlib in a virtualenv environment, I was addicted to it.
When I tried to build a Rails environment on WSL2 (Ubuntu 20.04LTS), I stumbled and fell.
When I tried to install Ubuntu 18.04, "Initramfs unpacking failed: Decoding failed" was displayed and the startup failed.
How to install python using anaconda
I tried to create a server environment that runs on Windows 10
I tried to implement Deep VQE
I tried to create an environment of MkDocs on Amazon Linux
Steps to install MySQL 8.0 on CentOS 8.1
Python 3.6 on Windows ... and to Xamarin.
How to install OpenCV on Cloud9 and run it in Python