-
Notifications
You must be signed in to change notification settings - Fork 433
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
ImportError: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory #47
Comments
Hello! Try |
@Juze1500 Thank you! I had done that many times before and it didn't work out. Turns out I had installed an outdated python version for my anaconda environment. After getting that figured out I got the same problem but changing my |
This worked for me. Thanks! |
Recommend putting the You can do this with a one line command: echo "export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:\$LD_LIBRARY_PATH" > $CONDA_PREFIX/etc/conda/activate.d/env.sh |
@wookayin do you know how this same principle could be used to remove Thanks! |
For anyone looking how to deactivate what I did is posted here: opensim-org/opensim-core#2968 (comment) I still am not sure if there is anything that can be done to add/remove from path when the base conda is used. |
thanks, it helps me! |
I am having trouble running a python script on a computing cluster and the problem is reproduced when I run my job on slurm:
I get the error
On my local machine, I was struggling with same issue when I was running a virtual environment, I solved this problem simply with
sudo apt-get install libpython3.7
.Here's some other things that may be helpful to know.
If there's anything I missed please let me know and I'll be sure to add, thank you again!
The text was updated successfully, but these errors were encountered: