question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tensorboard_data_server is not conform to manylinux2010

See original GitHub issue

In 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:closed
  • Created 2 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
DavHaucommented, May 6, 2021

No, I’m not running into any issues. Just people with an old glibc version might. Thanks for your time as well.

1reaction
wchargincommented, May 4, 2021

@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/58249455

Or, you can of course build from source.

Read more comments on GitHub >

github_iconTop 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 >
tensorboard-data-server - PyPI
Fast data loading for TensorBoard.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found