-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
bugSomething isn't workingSomething isn't workingerror messagesMessaging when something goes wrongMessaging when something goes wrong
Description
We need to exit early if the python version is lower than 3.7.
$ uv run
warning: `uv run` is experimental and may change without warning.
error: Querying Python at `/usr/bin/python3` failed with status exit status: 1 with exit status: 1
--- stdout:
--- stderr:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/user/.cache/uv/.tmp9nBPgP/python/get_interpreter_info.py", line 536, in main
"platform": get_operating_system_and_architecture(),
File "/home/user/.cache/uv/.tmp9nBPgP/python/get_interpreter_info.py", line 439, in get_operating_system_and_architecture
from .packaging._manylinux import _get_glibc_version
File "/home/user/.cache/uv/.tmp9nBPgP/python/packaging/_manylinux.py", line 1
from __future__ import annotations
^
SyntaxError: future feature annotations is not defined
---
/usr/bin/python3 --version: Python 3.6.8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingerror messagesMessaging when something goes wrongMessaging when something goes wrong