Installing Netket 3.0 on Apple Silicon Chips
Created by: JoeyT1994
I recently installed Netket on a Macbook with an M1 chip - using miniforge3 to install its dependencies and a `pip install --pre netket' for Netket itself.
The version it installed, however, is V2.1.1 and if I uninstall Netket and try to force V3 with pip install netket==3.0b1.post7 I get:
ERROR: Could not find a version that satisfies the requirement jaxlib>=0.1.57 (from netket) (from versions:none) ERROR: No matching distributions found for jaxlib>=0.1.57
Is netket 3.0 dependent on jaxlib but earlier versions of netket are not? I cannot find a version of jaxlib to install in either the conda or pip repositories. Perhaps jaxlib is not supported on the ARM architecture at the moment and this is causing the problem.