Dependencies for netket #1589
-
Hello everyone! I have a question about getting netket up and running. I am trying to run it on a Paperspace instance, but running into the following problem. (I've had it running just fine on Google Colab.) I can install netket with pip, but when trying to import I get an error. As suggested in the documentation, I've pasted the ouput of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @aashmore , The best solution is to upgrade everything to recent versions.
does this work? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help with this. After much gnashing of teeth, I discovered that none of the Paperspace instances are running recent enough versions of cuda and cudnn, and they were incompatible with the required |
Beta Was this translation helpful? Give feedback.
Hi @aashmore ,
I suspect that you have incompatible versions of
jax
andchex
. That's a quite common scenario and happens because those packages don't correctly declare compatibility ranges...The best solution is to upgrade everything to recent versions.
does this work?