Closed dcmvdbekerom closed 2 years ago
Indeed, no jax on Windows. I eventually installed Jax on a Linux from my virtualmachine, but from there I couldn't properly access the GPU. You may want to give a try to Google Colab which has some GPU hardware available
I tried building jaxlib
myself on Windows to no avail.
Ultimately I was able to install it using jaxlib
prebuilt for windows, found here: https://whls.blob.core.windows.net/unstable/index.html
This worked, I now have jax
, numpyro
, and exojax
working!
Hello,
Upon trying to install exojax (
pip install exojax
), pip is installing a large number of different versions. ~It appears as though this is because of conflicting dependency requirements. Is this a problem of my system or of exojax? This behaviour appears both in python 3.7 and anaconda (python 3.8), both on Windows 10.~EDIT: The issue is that
jax
, or more specificallyjaxlib
, is not currently available for Windows. There are instructions online how to build it yourself, I'll report back here when I'm succesful.One could also try prebuilt version here: https://github.com/cloudhan/jax-windows-builder but I haven't tried this yet.