I’ve installed jax using pip3 install jax
, and have also tried pip install -U "jax[cpu]"
. When I attempt to import jax in a Jupyter notebook, as follows:
from jax import numpy as np
import jax
I get the following error:
AttributeError: partially initialized module ‘jax’ has no attribute ‘version’ (most likely due to a circular import)
Has anyone else had a similar problem, or have a solution? Thanks!
user25472059 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.