Kenta Kihara

Results 1 comments of Kenta Kihara

While I had the same issue, I solved it by setting `LD_LIBRARY_PATH` . ```sh export LD_LIBRARY_PATH=/path/to/miniconda3/envs/{your_env_name}/lib python -c "import jax; jax.numpy.linalg.qr(jax.numpy.ones([3,3]))" # works fine ```