Hi Libroadrunner team - I'm trying to get the package to work (via Tellurium) on python 3.10 or 3.11 using linux via AWS. I'm getting an issue:
File "/usr/conda/envs/EPICpy310/lib/python3.10/site-packages/tellurium/__init__.py", line 14, in <module>
from .tellurium import (
File "/usr/conda/envs/EPICpy310/lib/python3.10/site-packages/tellurium/tellurium.py", line 150, in <module>
import roadrunner
File "/usr/conda/envs/EPICpy310/lib/python3.10/site-packages/roadrunner/__init__.py", line 10, in <module>
from .roadrunner import *
File "/usr/conda/envs/EPICpy310/lib/python3.10/site-packages/roadrunner/roadrunner.py", line 15, in <module>
from . import _roadrunner
ImportError: libpython3.10.so.1.0: cannot open shared object file: No such file or directory
Googling this issue suggests that resetting LD_LIBRARY_PATH should fix the problem, however this does not seem to help in my case.
Have you ever encountered this issue before? Any advice would be appreciated.
Hi Libroadrunner team - I'm trying to get the package to work (via Tellurium) on python 3.10 or 3.11 using linux via AWS. I'm getting an issue:
Googling this issue suggests that resetting
LD_LIBRARY_PATHshould fix the problem, however this does not seem to help in my case.Have you ever encountered this issue before? Any advice would be appreciated.