-
Notifications
You must be signed in to change notification settings - Fork 67
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
Linux: opensees.so: cannot open shared object file: No such file or directory #123
Comments
upgrade to 3.11 |
Does it work now? We have published newer version. |
Hi everyone and thank you very much for this library. It is running without any problem for me, but I would like to know if are you going to do a new release soon? I would like to be able to use save and restore for ShellDKT elements (it was added some weeks ago to the OpenSees repo). Thank you very much in advance! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use openseespy in ubuntu via an anaconda environment with python version of 3.10. The openseespy was installed by
pip install openseespy
and there is
openness.so
in theopenseespylinux
folder.However, when I import openseespy.opensees, an error message appeared:
I used
print(os.path.isfile(/home/[user]/anaconda3/envs/py310/lib/python3.10/site-packages/openseespylinux/opensees.so))
and the return wastrue
. The installed openseespy version is 3.5.1.3. How to resolve this problem?Below is the screenshot.
The text was updated successfully, but these errors were encountered: