-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Missing platform tag in wheel name #6602
New issue
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
Comments
I believe this is related to #6578. The produced tensorboard-data-server wheels do specify manylinux2014, but the tensorboard wheels do not. |
Yes, indeed but the version of glibc should be indicated explicitly as a platform tag in wheel according to Python's PEPs. |
The #6578 tracks that the |
I just released tensorboard-data-server==0.7.2 which should resolve this (i.e. using the |
TensorBoard from 2.12 up to now (2.14) does not start on Ubuntu 20.04 due to libc version mismatch (actual 2.32 vs expected 2.35). This should be explicitly specified in platform tag of a wheel in PyPI. I would be great at least to add this info in release notes explicitely.
The text was updated successfully, but these errors were encountered: