tensorboard_data_server is not conform to manylinux2010
See original GitHub issueIn the manylinux2010 tagged .whl release of tensorboard_data_server, the following file is not manylinux conform:
tensorboard_data_server/bin/server
dynamically links against libcrypto.so.1.1
and libssl.so.1.1
which are not part of the allowed dependencies according to PEP 571 – The manylinux2010 Platform Tag
On systems with explicit dependency management like NixOS this leads to trouble.
I guess either the manylinux2010 tag or the dependency on the mentioned libraries should be removed.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
tensorboard_data_server is not valid manylinux2010 wheel
When I run TensorBoard, I get the following error: ... I agree ideally we would either adjust the data server build process to...
Read more >TensorFlow - Databricks
TensorFlow is an open-source library for numerical computation, large-scale machine learning, deep learning, and other statistical and predictive analytics ...
Read more >NetHarn - computer-vision - Kitware GitLab
Parameterized fit and prediction harnesses for pytorch. ... (5) has tensorboard and/or matplotlib visualizations of training statistics, and (6) is designed ...
Read more >Release 2.12.0 - Google Git
TensorFlow Python wheels now specifically conform to manylinux2014, an upgrade from manylinux2010. The minimum Pip version supporting manylinux2014 is Pip ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No, I’m not running into any issues. Just people with an old glibc version might. Thanks for your time as well.
@DavHau: Sent #4931 to fix this. If you want to give this a shot, you can download the pre-built
tensorboard-data-server
wheel from the GitHub Actions CI job: https://github.com/tensorflow/tensorboard/suites/2650138713/artifacts/58249455Or, you can of course build from source.