You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip install git+https://github.com/OpenFAST/openfast_toolbox.git@648de5b803d60ca22d78d7b392d0f34222c26cac#egg=openfast_toolbox
$ python -c "import openfast_toolbox"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/USER/miniconda3/envs/openfast_toolbox/lib/python3.12/site-packages/openfast_toolbox/__init__.py", line 5, in <module>
from .io import read
ModuleNotFoundError: No module named 'openfast_toolbox.io'
The openfast site-packages directory also only contains common.py and __init__.py.
The text was updated successfully, but these errors were encountered:
How to replicate:
The openfast site-packages directory also only contains
common.py
and__init__.py
.The text was updated successfully, but these errors were encountered: