-
Notifications
You must be signed in to change notification settings - Fork 64
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
pip-audit crashes with unusual Python versions #164
Comments
We probably shouldn't be attempting to parse |
Yeah, this is an interesting case: I'll try using a source other than |
PEP 440 is for package versions though -- AFAIK, there is no such guarantee on the Python version. |
Ah, yeah. Okay, I'll look at avoiding it entirely as well -- we only use it for performing an initial filter pass on the distributions collected from PyPI. |
Okay, I did some additional PEP-standards-lawyering:
So the state of things is that |
does #139 also address python itself having a version like
3.9.7+
? this is what development python versions like3.9-dev
built viapyenv
end up with – not sure if this is python's or pyenv's doing.the stack trace looks different:
Originally posted by @wbolster in #138 (comment)
The text was updated successfully, but these errors were encountered: