Error installing scrapy in python 3.5

KrunalParmar

I am installing Scrapy in Python 3.5. I am referring to the installation guide here .

I have installed pip and conda. I tried both ways mentioned in the guide, but am getting this error:

error installing scrapy

I have already installed pip and minoconda:

conda install -c scrapinghub scrapy

and

 pip install Scrapy

What is wrong with the installation?

lord63. j

You're trying to install scrapy in the python interpreter, you should install the package in your terminal. What's more, one requirement of installing scrapy is python 2.7, you're using python 3.5


Update:

Good news: Python 3 is Coming to Scrapy, you can try pip install scrapy==1.1.0rc1 now. Note that there are still some limitations, but won't be long that scrapy will have full of 3.x support. Pay close attention to the scrapy development ;)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Error installing scrapy

From Dev

Error installing scrapy

From Dev

Error Code 1 Installing Scrapy

From Dev

Installation error while installing scrapy

From Dev

Error installing NumPy for Python3 on macOS

From Dev

error while installing simplekml for python3

From Dev

Error installing Qt3D with QtCreator and qt5

From Dev

Error installing Qt3D with QtCreator and qt5

From Dev

Error when installing Scrapy on Ubuntu 13.04

From Dev

Error when installing scrapy using pypi

From Dev

Error installing scrapy in virtualenv using pip

From Dev

Error Installing cffi in new Scrapy version

From Dev

Getting error while installing scrapy in ubuntu

From Dev

Error when installing python3 packages in alpine

From Dev

Error installing python 3.4 packages with pip3

From Dev

TensorFlow for Python 3 throws an error when installing on Ubuntu

From Dev

Error on installing boto3 - python-dateutil 1.5

From Dev

Error Installing TA-Lib on Ubuntu 16 Python3

From Dev

Error installing python preppy

From Dev

Error installing python preppy

From Dev

Installing error for SCIP in Python

From Dev

configure: error: no acceptable C compiler found in $PATH error on Debian 5 while installing Python

From Dev

command 'gcc' failed with exit status 1 error while installing scrapy

From Dev

error occurs when installing cryptography for scrapy in virtualenv on OS X

From Dev

Error installing NLTK in Python 3.4

From Java

Python, Error while installing matplotlib

From Dev

Error installing PIL library for Python

From Dev

Error installing kivy with pip - Python

From Dev

Error Installing Pyproj in Python 3.5