Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip install scrapy fail
#4
You most download wheel click on it,default it will in Downloads folder.
Then from eg cmd navigate to that folder then run command.
C:\Users\Tom>cd Downloads
C:\Users\Tom\Downloads>pip install Twisted-20.3.0-cp38-cp38-win_amd64.whl
Processing c:\users\tom\downloads\twisted-20.3.0-cp38-cp38-win_amd64.whl
Collecting Automat>=0.3.0
  Using cached Automat-20.2.0-py2.py3-none-any.whl (31 kB)
Collecting zope.interface>=4.4.2
  Downloading zope.interface-5.1.0-cp38-cp38-win_amd64.whl (194 kB)
     |████████████████████████████████| 194 kB 595 kB/s
Collecting incremental>=16.10.1
  Using cached incremental-17.5.0-py2.py3-none-any.whl (16 kB)
Collecting constantly>=15.1
  Using cached constantly-15.1.0-py2.py3-none-any.whl (7.9 kB)
Collecting PyHamcrest!=1.10.0,>=1.9.0
  Using cached PyHamcrest-2.0.2-py3-none-any.whl (52 kB)
Collecting hyperlink>=17.1.1
  Downloading hyperlink-20.0.1-py2.py3-none-any.whl (48 kB)
     |████████████████████████████████| 48 kB 1.4 MB/s
Collecting attrs>=19.2.0
  Downloading attrs-20.1.0-py2.py3-none-any.whl (49 kB)
     |████████████████████████████████| 49 kB 1.5 MB/s
Requirement already satisfied: six in c:\python38\lib\site-packages (from Automa
t>=0.3.0->Twisted==20.3.0) (1.15.0)
Requirement already satisfied: setuptools in c:\python38\lib\site-packages (from
 zope.interface>=4.4.2->Twisted==20.3.0) (41.2.0)
Requirement already satisfied: idna>=2.5 in c:\python38\lib\site-packages (from
hyperlink>=17.1.1->Twisted==20.3.0) (2.10)
Installing collected packages: attrs, Automat, zope.interface, incremental, cons
tantly, PyHamcrest, hyperlink, Twisted
Successfully installed Automat-20.2.0 PyHamcrest-2.0.2 Twisted-20.3.0 attrs-20.1
.0 constantly-15.1.0 hyperlink-20.0.1 incremental-17.5.0 zope.interface-5.1.0

C:\Users\Tom\Downloads>
Reply


Messages In This Thread
pip install scrapy fail - by Barak - Aug-27-2020, 07:40 PM
RE: pip install scrapy fail - by snippsat - Aug-27-2020, 07:52 PM
RE: pip install scrapy fail - by Barak - Aug-27-2020, 08:09 PM
RE: pip install scrapy fail - by snippsat - Aug-27-2020, 08:19 PM
RE: pip install scrapy fail - by Barak - Aug-28-2020, 02:42 PM
RE: pip install scrapy fail - by snippsat - Aug-28-2020, 03:09 PM
RE: pip install scrapy fail - by Barak - Aug-29-2020, 03:05 AM
RE: pip install scrapy fail - by snippsat - Aug-29-2020, 08:16 AM
RE: pip install scrapy fail - by Barak - Aug-29-2020, 03:08 PM
RE: pip install scrapy fail - by snippsat - Aug-29-2020, 05:06 PM
RE: pip install scrapy fail - by Barak - Aug-31-2020, 07:45 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trying to install Scrapy but ... ubotbuddy 10 6,263 Nov-07-2018, 01:59 PM
Last Post: Baggelhsk95
  Scrapy-cut: Advanced Cookiecutter Scrapy Templating scriptso 2 4,711 Feb-02-2017, 07:57 PM
Last Post: scriptso
  Scrapy install error with pip Darknet 5 6,941 Jan-08-2017, 10:56 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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