Installing jax on a Virtual Machine of Ubuntu 22.04 and AVX support isn't working #16595
Unanswered
AlonzoA2-code
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Be advised that I am a complete newbie when it comes to jax. I am attempting to run trajax in a virtual machine of Ubuntu 22.04 running on a Windows 11 HP laptop in Oracle VM VirtualBox 7.0.8. After installing jaxlib, jax, and trajax according to the instructions from their respective GitHubs, I have run into this error constantly when trying to import jax in python:
I have verified that my host machine has AVX support (my CPU is an Intel Core i5-8250U) and I have turned on the setting that should allow VirtualBox to access my computer's AVX capabilities (Nested VT-x/AMD-V). I also tried building jaxlib from source according to this (https://jax.readthedocs.io/en/latest/developer.html), but at the step to build jaxlib with only CPU support, the process always fails with this error:
I have been dealing with these errors for several days and no solution I've tried from googling this has helped me. What could be causing these errors and how could I fix them? If necessary, I can provide more information about my system/settings. Any and all help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions