I successfully compiled opensees and openseespy using the provided makefile under Linux environment. Then, I ran some example problems from the EXAMPLES/ExampleScripts folder with opensees executable and it works fine.
However, when I run the test.py in \OpenSees\SRC\interpreter I get the following error.
Code: Select all
Traceback (most recent call last):
File "test.py", line 1, in <module>
import opensees as ops
ImportError: /OpenSees/SRC/interpreter/opensees.so: undefined symbol: _ZN11LognormalRVC1EiRK6Vector
Is there any documentation that I could refer to regarding the compilation of the Openseespy module?
Looking forward to your response.
Thanks
Sumeet