jax Import Problem - partially initialized module 'jax' has no attribute 'version' (most likely due to a circular import)** #21738
Unanswered
LukeAndreesen
asked this question in
Q&A
Replies: 1 comment 8 replies
-
I have seen this happen because of mismatched |
Beta Was this translation helpful? Give feedback.
8 replies
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.
-
Hello! I'm attempting to use Jax for a project, but am having trouble importing it. I installed Jax using pip install -U "jax[cpu]" in the directory of my project. I then attempted to import jax in a jupyter notebook, and received the following error:
AttributeError: partially initialized module 'jax' has no attribute 'version' (most likely due to a circular import)
---> 76 jax_version=jax.version.version,
I've tried to uninstall and reinstall, as well as install in a virtual environment, but consistently am running into this issue when i run:
import jax
in a notebook. Any troubleshooting help would be greatly appreciated! Thanks so much.
Beta Was this translation helpful? Give feedback.
All reactions