Skip to content
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

fail to create whl #6895

Closed
DannyAtal opened this issue Aug 13, 2024 · 3 comments
Closed

fail to create whl #6895

DannyAtal opened this issue Aug 13, 2024 · 3 comments

Comments

@DannyAtal
Copy link

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?

@groszewn
Copy link
Contributor

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).

@groszewn
Copy link
Contributor

@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.

@groszewn
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants