You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Could not install py-spy using pip==20.X. On pip==19.X seems to work.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: