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

Fails to install on Python 3.9 #16

Closed
jaraco opened this issue Oct 6, 2020 · 3 comments
Closed

Fails to install on Python 3.9 #16

jaraco opened this issue Oct 6, 2020 · 3 comments

Comments

@jaraco
Copy link
Contributor

jaraco commented Oct 6, 2020

I was upgrading my pipx-managed commands today for Python 3.9 when vendoring failed to install.

~ $ pip -V
pip 20.2.3 from /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pip (python 3.9)
~ $ pip install vendoring
ERROR: Could not find a version that satisfies the requirement vendoring
ERROR: No matching distribution found for vendoring
@jaraco jaraco changed the title Project fails to install on Python 3.9 Fails to install on Python 3.9 Oct 6, 2020
@pradyunsg
Copy link
Owner

AHA. It's due to the ~= 3.8.0 in the project's Python-Requires. Just a case of me being overly cautious.

@McSinyx
Copy link

McSinyx commented Oct 8, 2020

cross-linking pypa/pip#8971 so that it can be seen from there when this is fixed

@pradyunsg
Copy link
Owner

Fixed and released as 0.3.3.

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