We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On pypi, ml-metadata==1.15.0 is advertised as Python 3.11 compatible:
ml-metadata==1.15.0
ml-metadata/setup.py
Line 150 in abcb070
Line 169 in abcb070
however that is not really the case, since it appears to be distributed only for Python 3.9 and 3.10, by looking on this page: https://pypi.org/project/ml-metadata/1.15.0/#files
As a consequence, it makes impossible to:
pip install "ml-metadata==1.15.0" -vv
on a x86 linux box with Python 3.11.
Example screenshot using pip and Python 3.11:
Example screenshot using a poetry-based project:
Related issues:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On pypi,
ml-metadata==1.15.0
is advertised as Python 3.11 compatible:ml-metadata/setup.py
Line 150 in abcb070
ml-metadata/setup.py
Line 169 in abcb070
however that is not really the case, since it appears to be distributed only for Python 3.9 and 3.10, by looking on this page: https://pypi.org/project/ml-metadata/1.15.0/#files
As a consequence, it makes impossible to:
on a x86 linux box with Python 3.11.
Example screenshot using pip and Python 3.11:
Example screenshot using a poetry-based project:
Related issues:
The text was updated successfully, but these errors were encountered: