Hello,
When I try to import the version that was released today, I am getting the following error:
>>> import openseespy.opensees as ops
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/john_vm/.conda/envs/ops/lib/python3.10/site-packages/openseespy/__init__.py", line 1, in <module>
from openseespy.version import version
ModuleNotFoundError: No module named 'openseespy.version'
It appears that the version.py file located in the project root is missing in this release. Adding that file resolves the issue.
Hello, When I try to import the version that was released today, I am getting the following error:
It appears that the
version.py
file located in the project root is missing in this release. Adding that file resolves the issue.Could you please look into it? --Thanks!