question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not find suitable distribution for Requirement.parse('Scrapy==1.1.0')

See original GitHub issue

When 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:closed
  • Created 7 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
kmikecommented, May 23, 2016

Works for me, thanks @robsonpeixoto for the report and @dangra for the fix!

0reactions
dangracommented, May 22, 2016

Hi Guys, the tar.gz is in pypi now.

pip install --no-use-wheel Scrapy==1.1.0 succeed for me. please confirm.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found