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
While trying to install using uv there is an error:
'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>='3.6''
Checking the code, it seems it's in the setup.py file, in particular in python_requires=f">='{PYTHON_REQUIREMENTS}'",
The text was updated successfully, but these errors were encountered:
While trying to install using uv there is an error:
'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>='3.6''
Checking the code, it seems it's in the setup.py file, in particular in
python_requires=f">='{PYTHON_REQUIREMENTS}'",
The text was updated successfully, but these errors were encountered: