dalle-playground
dalle-playground copied to clipboard
How can i install jaxlib?
hello im trying to run dall e playground on my pc but i cant install jaxlib its only available for mac and linux how can i install it on windows so i can use dall e
Check this out, it helped me: https://www.reddit.com/r/learnmachinelearning/comments/qnqdy0/jax_on_windows/
I've had issues installing jaxlib too. Despite running on linux. I had to run pip3 install --upgrade pip
to get a current version of pip. After this, pip3 install jaxlib
just worked.
Install version 0.3.7 or greater.
download jaxlib from https://whls.blob.core.windows.net/unstable/index.html
pip install <jaxlib_whl> pip install jax
Welp, sometimes it does look as if it does install;
But then when I try to run it (Backend) I get
Traceback (most recent call last): File "O:\GitHub\dalle-playground\backend\app.py", line 8, in <module> import jax ModuleNotFoundError: No module named 'jax'
Are we 100% sure that this can this be run on windows? If so I must be still missing some steps