My goal: install python \ scrapy.
Documentation: I follow the instructions here for this documentation.
What is done: All items on the documentation, except for the installation of the Scrapy
Problem: When executing the pip install Scrapy
hangs with the message collecting packages...
The cursor blinks, but nothing happens Also pip list
hangs in the middle of the execution
Tell me please, what can it be and how can this be solved?
Python
do you have? Have you set up a variable environment forpip
? - Wertartem