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

Support Python 3.13 #809

Open
rg936672 opened this issue Oct 15, 2024 · 2 comments
Open

Support Python 3.13 #809

rg936672 opened this issue Oct 15, 2024 · 2 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@rg936672
Copy link
Contributor

rg936672 commented Oct 15, 2024

What's the issue?

Currently dependent on torch (tensorstore now ok) providing prebuilt 3.13 wheels. coreax requires flax which requires tensorstore, and tensorstore's sdist fails to build on my Windows development machine with several errors, which look like

ERROR: no such package '@bazel_skylib//rules': java.io.IOException: (...) createSymbolicLinkW failed (permission denied). Either Windows developer mode or admin privileges are required.
@rg936672 rg936672 added the new Something yet to be discussed by development team label Oct 15, 2024
@tp832944 tp832944 added dependencies Pull requests that update a dependency file and removed new Something yet to be discussed by development team labels Oct 16, 2024
@tc85324
Copy link
Contributor

tc85324 commented Oct 21, 2024

Might be worth revisiting #582, to avoid similar issues in the future (as we reduce the number of dependencies)

@tp832944
Copy link
Contributor

tp832944 commented Jan 7, 2025

tensorstore now has a 3.13 wheel. Hold up is now torch on Windows and Mac (Linux is ok on 3.13).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants