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
Hey Guys Im trying to export a whl file with python3.12 via this command with no luck:
sudo bazel run //tensorboard/pip_package:extract_pip_package -- /tmp/tb_pips
it always fails building with setup.py is deprecated or something similar, the question is how can I build it with the latest python? also how can we make it compitable with latest numpy and is there will be an official pypi package soon?
The text was updated successfully, but these errors were encountered:
Hi there, thanks for the report. I am seeing this as well on my side and we're working on a fix (as well as a patch release which includes compatibility fixes for latest numpy: #6896).
@DannyAtal Out of curiosity, would you mind sharing what you python env looks like? I'm particularly interested in what version of virtualenv is being used.
Updating virtualenv on my machine made these issues go away, and I've updated the dev dependencies in #6897. The 2.17.1 patch release is now out, which includes Numpy 2.0 compatibility. Please feel free to reopen if a newer install ofvirtualenv does not resolve the issue.
Hey Guys Im trying to export a whl file with python3.12 via this command with no luck:
sudo bazel run //tensorboard/pip_package:extract_pip_package -- /tmp/tb_pips
it always fails building with setup.py is deprecated or something similar, the question is how can I build it with the latest python? also how can we make it compitable with latest numpy and is there will be an official pypi package soon?
The text was updated successfully, but these errors were encountered: