-
Notifications
You must be signed in to change notification settings - Fork 951
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
uv run
fails on centos 7
#3371
Labels
Comments
Not really sure what the right behavior is here -- just a better error message? |
Yeah I think interpreter queries should fail with a better error message. |
Note Centos 7 will be EOL soon (June 2024) |
hauntsaninja
added a commit
to hauntsaninja/uv
that referenced
this issue
May 6, 2024
Fixes astral-sh#3371 It seems like uv doesn't proactively enforce 3.8+ and in most cases just issues a warning. This PR keeps that property, only adding the new check when it is known to fail.
konstin
pushed a commit
that referenced
this issue
May 6, 2024
Fixes #3371 It seems like uv doesn't proactively enforce 3.8+ and in most cases just issues a warning. This PR keeps that property, only adding the new check when it is known to fail. I checked the imports in this file and the other ones seem fine.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We need to exit early if the python version is lower than 3.7.
/usr/bin/python3 --version
:Python 3.6.8
The text was updated successfully, but these errors were encountered: