Skip to content

Missing Modules when installing via pip and GitHub #13

@Tianmaru

Description

@Tianmaru

How to replicate:

$ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions