Building OpenSeespy from source

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
SaeedT
Posts: 9
Joined: Fri Dec 03, 2021 3:59 pm

Building OpenSeespy from source

Post by SaeedT »

Hello everyone,

I watched some very useful videos on YouTube by Dr. Scott and, with the help of ChatGPT, tried to build all the subprojects in Visual Studio (Community version). This was done by installing Intel Fortran, ActiveTcl, and Python 3.12 (the Python version noted on the OpenSeesPy website). I was able to add the necessary resources and libraries so that all errors disappeared, except for another linking issue in the OpenSeesPy subproject file that required python310.lib. Regardless of the conflict with other subprojects, I installed Python 3.10.9. While this resolved the linking issue, I encountered many unresolved variables.

Any comments or suggestions to resolve this issue would be appreciated.
Post Reply