Failed installing scrapy
See original GitHub issuesudo pip3 install scrapy
When I’m installing scrapy in my computer, this is the error I’m getting:
Command “/usr/bin/python3 -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-xfj07fck/cffi/setup.py’;exec(compile(getattr(tokenize, ‘open’, open)(file).read().replace(‘\r\n’, ‘\n’), file, ‘exec’))” install --record /tmp/pip-h3d3uz53-record/install-record.txt --single-version-externally-managed --compile” failed with error code 1 in /tmp/pip-build-xfj07fck/cffi/
Screenshots
My computer runs on Deepin Linux OS (15.1).
I already tried upgrading setuptools
: sudo pip3 install --upgrade setuptools
. Still getting the same error. Thank you in advance for helping!
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Installation error while installing scrapy - python - Stack Overflow
1 Answer 1 ... Fist, you can try to upgrade setuptools and try again. (You did not specify is there problem only with...
Read more >Error when install scrapy in window by using pip ... - GitHub
I got it to work by issuing the pip install scrapy command in the Developer Command Prompt for Visual Studio. 2
Read more >Got Error When Install Pip Install Scrapy Error?How To Fix Pip ...
I want to install Scrapy to learn and hone my skill. But, i got this error about Twisted cannot be installed. Pip install...
Read more >Installation guide — Scrapy 2.7.1 documentation
Though it's possible to install Scrapy on Windows using pip, we recommend you to install Anaconda or Miniconda and use the package from...
Read more >Instant Solution for Scrapy failed building wheel for Twisted
Step 1: Try installing pip install Twisted · Step 2: Try installing Twisted manually via wheel (.whl) · 7 Responses.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@AFAgarap , you need a few dev headers packages installed on your machine to install Scrapy.
Here’s an example Dockerfile using Ubuntu 14.04: https://gist.github.com/redapple/cd9c31eeab8c4d5ea9eef7b200c3d4d0
Deepin looks Debian-based, so you should be good with:
for
cryptography
dependency:for
lxml
Thanks for the heads up! Happy scraping