Hello, i’m trying to install the the DFC and I keep getting this error, concerning the jaxlib. I’m certain that it’s a me problem, but any help would be appreciated. Thanks
Hi @matthewkolb,
Welcome to Hailo community!
Ensure that your Python version is compatible with hwl
. If it’s not, you may need to install a compatible version. You can check your current Python version using:
python --version
I recommend trying to install jaxlib==0.4.13
in a fresh virtual environment to see if it works there. This can help isolate and resolve potential compatibility issues.
Please let me know if this helps or if you need further assistance!
Best regards,
Ronit
Hi @matthewkolb
As @ronits recommended, it’s best to install jaxlib
in a fresh virtual environment to avoid potential compatibility issues.
However, if you’d prefer to use your current virtual environment, here’s what you can do:
Uninstall the Current jaxlib
Version
Run the following command to remove your existing jaxlib
installation:
pip uninstall jaxlib
Install the Targeted jaxlib
Version
Install the required version (jaxlib==0.4.13
) with this command:
pip install jaxlib==0.4.13
Verify the Installed Version
Confirm that the correct version was installed by using:
pip show jaxlib
Retry the Installation
Once jaxlib
is correctly installed, try running the command again:
pip install hailo_dataflow_compiler-3.29.0-py3-none-linux_x86_64.whl
Note: Using your current virtual environment may still result in compatibility issues, so a fresh virtual environment is always the safer option.
Let me know if this helps or if you encounter any further problems!
Regards,
Oscar Mendez
Embedded SW Engineer at RidgeRun
Contact us: [email protected]
Developers wiki: Hailo AI Platform Guide
Website: www.ridgerun.ai