raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'? This was working fine until 3 ...
I get an error on importing jax in the Spyder IDE. In a normal python or ipython terminal it seems to work fine. I am not 100% whether it's a Spyder issue or a jax ...