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
I'm currently experiencing an issue when trying to install ml-metadata==1.17.0 using pip on macos:
pip install ml-metadata==1.17.0
which throws:
ERROR: Could not find a version that satisfies the requirement ml-metadata==1.17.0 (from versions: 0.12.0.dev0, 0.13.0.dev0, 0.13.1.dev0)
ERROR: No matching distribution found for ml-metadata==1.17.0
this results in a dependency resolution or internal package metadata error that prevents the package from being installed. maybe the error is related to how the package is published or managed internally.
since ml-metadata is a direct dependency of tfx, this issue is blocking the installation of TFX altogether.
It would be great if this could be looked into, or if there's a workaround or fix on the way. Please let me know if any further details or logs are needed!
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi team,
I'm currently experiencing an issue when trying to install ml-metadata==1.17.0 using pip on macos:
pip install ml-metadata==1.17.0
which throws:
this results in a dependency resolution or internal package metadata error that prevents the package from being installed. maybe the error is related to how the package is published or managed internally.
since ml-metadata is a direct dependency of tfx, this issue is blocking the installation of TFX altogether.
It would be great if this could be looked into, or if there's a workaround or fix on the way. Please let me know if any further details or logs are needed!
Thanks in advance
The text was updated successfully, but these errors were encountered: