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}'",
While trying to install using
uvthere 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.pyfile, in particular inpython_requires=f">='{PYTHON_REQUIREMENTS}'",