AttributeError #1103
-
Currently I'm working with macOS Monterey 12.2. My Mac has an Intel Core i7 processor; recently I was trying to upgrade Netket to the current stable version (3.3.1) as the "NetKet 3: Machine Learning Toolbox for Many-Body Quantum Systems (2021)" article suggests, but does not work. When I try to import Netket, the terminal (and jupyter) displays the error: AttributeError: module 'jax.interpreters.xla' has no attribute 'Token' I have been searching on the internet how to fix this issue, but I haven't found anything. I tried to install other versions of jax, but the error is the same. Anybody knows how to fix this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Can you paste here the output of man’s also the whole stack trace of the error you see |
Beta Was this translation helpful? Give feedback.
Can you paste here the output of
Python -m netket.tools.info
?man’s also the whole stack trace of the error you see