Backend 'setuptools.build_meta:__legacy__' is not available. #17598
Unanswered
smartalecH
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Does |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on building jaxlib from source. Everything compiles fine, but I get an error when trying to build the jaxlib wheel:
This is a pretty common issue when using
pyproject-tools
andbuild
and when one forgets to specify thebuild-backend
in thepyproject.toml
for "complicated systems".I noticed that the primary jax module has a
pyproject.toml
with thebuild-backend
explicitly defined. But jaxlib is using asetup.py
file, and its not obvious to me if I can somehow explicitly specify thebuild-backend
this way? Any ideas on how I can circumvent this? Thanks so much!Beta Was this translation helpful? Give feedback.
All reactions