Error in Linux for installing examples #27245
Replies: 1 comment 2 replies
-
I'm not sure if you've posted this on the wrong repo, but I don't think that JAX provides an |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pip install -e ".[examples]"
Defaulting to user installation because normal site-packages is not writeable
Obtaining file:///home/user/cbfpy
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
ERROR: Project file:///home/user/cbfpy has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode. Consider using a build backend that supports PEP 660.
My ubuntu22 is throwing an error like this, any support on this would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions