Could not find suitable distribution for Requirement.parse('Scrapy==1.1.0')
See original GitHub issueWhen I execute the python setup.py develop
I got the error:
Searching for Scrapy==1.1.0
Reading https://pypi.python.org/simple/Scrapy/
No local packages or download links found for Scrapy==1.1.0
error: Could not find suitable distribution for Requirement.parse('Scrapy==1.1.0')
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Python setup.py: Could not find suitable distribution for ...
For this error "error: Could not find suitable distribution for Requirement.parse('tensorflow')" make sure you have an upgraded (latest) version ...
Read more >#3809 (Could not find suitable distribution for Requirement ...
Could not find suitable distribution for Requirement.parse('TracWebAdmin') ... Scanning index of all packages (this may take a while) Reading ...
Read more >Could not find suitable distribution for Requirement.parse('six ...
I'm compiling a yocto build using bitbake and upon doing so, I'm seeing the following errors in the log file. Searching for six>=1.9...
Read more >Could not find suitable distribution for Requirement.parse
There where a lot of error messages like error: Could not find suitable distribution for Requirement.parse for several packages on appveyor in past:....
Read more >Install fails error: Could not find suitable distribution for ...
Install fails error : Could not find suitable distribution for Requirement.parse('basespace-python-sd. 538 views.
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
Works for me, thanks @robsonpeixoto for the report and @dangra for the fix!
Hi Guys, the tar.gz is in pypi now.
pip install --no-use-wheel Scrapy==1.1.0
succeed for me. please confirm.