Open
Description
openedon Jun 2, 2024
On pypi, ml-metadata==1.15.0
is advertised as Python 3.11 compatible:
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:
- only partially related pip install ml-metadata==1.14.0 doesn't work with Python >= 3.11 #191 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels