-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libpymo import failed #3589
Comments
The code is as follows:
|
Hi @1826133674, it looks like libpymo is failing to find liblapacke. Could you try these steps to install liblapacke in your environment?
|
I have let the root user install the liblapacke, but it still didn't work! I'm not the root user, how could I make it! |
Hi @1826133674, can you check that you have read permissions on the liblapacke.so.3 library, and that the directory is part of your If you don't have root access, you could also try creating a conda virtual environment and installing liblapacke within that, or just installing liblapacke elsewhere on your system and setting your |
When I tried to run the example code for the ONNX quantization model, I encountered the following error:
I have tried to add the path in the python file as follows, but it didn't work!
I also tried to export the path in the terminal, it didn't work either!
The text was updated successfully, but these errors were encountered: