Share 
Follow 
AboutDownloadsDocumentsForumsSource CodeIssuesNews
Date:
2020-05-11 07:34
Priority:
3
State:
Open
Submitted by:
Prakyath Kantharaju (prakyathk33)
Assigned to:
Nobody (None)
Summary:
python install error: from . import _simbody ImportError: libSimTKmath.so.3.7

Detailed description
Hello,
I am trying to install opensim for python3.8, using the instruction :
https://github.com/opensim-org/opensim-core.
During the install
ctest -j8
Only 2 python test is failing.
To debug this I performed following step:

- sudo python3 setup.py install in the opensim-core/lib/python3.8/site-packages
- python3 -c "import opensim"
I am getting following error:
>>> import opensim Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/prakyath/opensim-core/lib/python3.8/site-packages/opensim/__init__.py", line 1, in <module> from .simbody import * File "/home/prakyath/opensim-core/lib/python3.8/site-packages/opensim/simbody.py", line 13, in <module> from . import _simbody ImportError: libSimTKmath.so.3.7: cannot open shared object file: No such file or directory
Please help me solve this issue;
I have attached my cmakefile

Add A Comment: Notepad

No Comments Have Been Posted

Attachments:
Size Name Date By Download
30 KiBCMakeCache.txt2020-05-11 07:34prakyathk33CMakeCache.txt
Field Old Value Date By
File Added711: CMakeCache.txt2020-05-11 07:34prakyathk33
Feedback