Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A problem with installing scrapy
#2
Did you follow my advice in that link?

Also you first download the Twisted wheel.
Then after install Twisted wheel,you do pip install -U scrapy
There there no need to mess with compiler C++ 14.0.

Here a run:
# Test python
C:\Users\Tom\Downloads
λ python -V
Python 3.7.3

# Test pip
C:\Users\Tom\Downloads
λ pip -V
pip 19.1.1 from c:\python37\lib\site-packages\pip (python 3.7)

# Install Twisted wheel
C:\Users\Tom\Downloads
λ pip install Twisted-19.2.0-cp37-cp37m-win32.whl
Processing c:\users\tom\downloads\twisted-19.2.0-cp37-cp37m-win32.whl
Dowloading ....
Successfully installed Twisted-19.2.0

# Now install scrapy
C:\Users\Tom\Downloads
λ pip install -U scrapy
Collecting scrapy
  Downloading ....
Successfully installed scrapy-1.6.0

# Test that it work
C:\Users\Tom\Downloads
λ python
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import scrapy

>>> scrapy.__version__
'1.6.0'
>>> exit()
Reply


Messages In This Thread
A problem with installing scrapy - by Truman - May-21-2019, 12:57 AM
RE: A problem with installing scrapy - by snippsat - May-21-2019, 05:10 AM
RE: A problem with installing scrapy - by heiner55 - May-21-2019, 05:11 AM
RE: A problem with installing scrapy - by Truman - May-21-2019, 01:42 PM
RE: A problem with installing scrapy - by snippsat - May-21-2019, 02:09 PM
RE: A problem with installing scrapy - by Truman - May-21-2019, 10:08 PM
RE: A problem with installing scrapy - by snippsat - May-21-2019, 10:43 PM
RE: A problem with installing scrapy - by Truman - May-21-2019, 11:09 PM
RE: A problem with installing scrapy - by snippsat - May-22-2019, 10:16 PM
RE: A problem with installing scrapy - by Truman - May-23-2019, 11:46 PM
RE: A problem with installing scrapy - by Truman - May-24-2019, 11:41 PM
RE: A problem with installing scrapy - by snippsat - May-25-2019, 07:28 AM
RE: A problem with installing scrapy - by Truman - May-25-2019, 11:25 PM
RE: A problem with installing scrapy - by heiner55 - May-29-2019, 02:49 AM
RE: A problem with installing scrapy - by Truman - May-29-2019, 10:34 PM
RE: A problem with installing scrapy - by heiner55 - May-30-2019, 03:52 AM
RE: A problem with installing scrapy - by bishwasbh - May-16-2020, 05:21 AM
RE: A problem with installing scrapy - by Truman - May-24-2020, 07:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Old problem back hunting me installing Blue Dog 4 3,441 Jun-02-2018, 09:49 AM
Last Post: Blue Dog
  Scrapy-cut: Advanced Cookiecutter Scrapy Templating scriptso 2 4,738 Feb-02-2017, 07:57 PM
Last Post: scriptso

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020