-
I am trying to get the most simple install of Jax on Fedora 38 to work:
Below at the things that I have tried and the corresponding error messages. Following the instructions below Pip Installation: CPU on
Following the instructions below Building jaxlib from source on
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I just tried the following on a Fedora 39 machine and it worked: |
Beta Was this translation helpful? Give feedback.
-
The problem is that on a windows host, if any processes are using Hyper-V, then the vbox virtual machine will not include the AVX instructions. In addition, completely disabling Hyper-V is not simple, there are multiple steps to the process. On my windows host machine it required the steps below. Once I did that, the install of jax in the virtual machine worked.
|
Beta Was this translation helpful? Give feedback.
I just tried the following on a Fedora 39 machine and it worked:
pip install --upgrade "jax[cpu]" --user
The main difference is that my Fedora 38 system above was in a viirtual machine using vbox with a windows host and Linux geust. The Fedora 39 machine is native (not a virtual machine).