Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not install py-spy using pip==20.X #218

Closed
pziecina opened this issue Jan 22, 2020 · 3 comments
Closed

Could not install py-spy using pip==20.X #218

pziecina opened this issue Jan 22, 2020 · 3 comments

Comments

@pziecina
Copy link

Could not install py-spy using pip==20.X. On pip==19.X seems to work.

Steps to reproduce:

➜  ~ mkvirtualenv new_pip_installer -p $(which python3.6)                                                                                           ∞
Running virtualenv with interpreter /usr/bin/python3.6
Using base prefix '/usr'
New python executable in /home/pawel.ziecina/.virtualenvs/new_pip_installer/bin/python3.6
Also creating executable in /home/pawel.ziecina/.virtualenvs/new_pip_installer/bin/python
Installing setuptools, pkg_resources, pip, wheel...done.
➜  ~ workon new_pip_installer                                                                                                                       ∞
➜  ~ pip install --upgrade pip                                                                                                                      ∞
Requirement already up-to-date: pip in ./.virtualenvs/new_pip_installer/lib/python3.6/site-packages (20.0.1)
➜  ~ pip install py-spy                                                                                                                             ∞
ERROR: Could not find a version that satisfies the requirement py-spy (from versions: none)
ERROR: No matching distribution found for py-spy
@pziecina pziecina changed the title Could not install py-spy using pip 0.20 Could not install py-spy using pip==20.X Jan 22, 2020
@pziecina
Copy link
Author

pziecina commented Jan 22, 2020

possible issue with pip as discussed in pypa/pip#7626

@wiwski
Copy link

wiwski commented Jan 29, 2020

I confirm it is a pip issue and it is now fixed in pip version 20.0.2

@benfred
Copy link
Owner

benfred commented Feb 9, 2020

Looks like an issue with pip - closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants