You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With jax >=0.4.11, import qiskit_dynamics fails trying to import DeviceArray from jax which was removed in 0.4.11. The end of the traceback is:
File "/home/conda/feedstock_root/build_artifacts/qiskit-dynamics_1686354044341/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.11/site-packages/qiskit_dynamics/dispatch/backends/jax.py", line 20, in <module>
from jax.interpreters.xla import DeviceArray
ImportError: cannot import name 'DeviceArray' from 'jax.interpreters.xla'
I saw this here in the conda-forge build of qiskit-dynamics. The documentation of the removal from jax is here.
The text was updated successfully, but these errors were encountered:
With jax >=0.4.11,
import qiskit_dynamics
fails trying to importDeviceArray
fromjax
which was removed in 0.4.11. The end of the traceback is:I saw this here in the conda-forge build of qiskit-dynamics. The documentation of the removal from jax is here.
The text was updated successfully, but these errors were encountered: