RoyalHaskoningDHV / sam

Python package for time series analysis and machine learning
MIT License
26 stars 6 forks source link

Empty package from workflow to PyPI #53

Closed abontsema closed 1 year ago

abontsema commented 1 year ago

Building the wheels locally and uploading the dist to PyPI manually works fine, but probably something goes wrong in the workflow.

Somehow the built package is empty, and no modules of functions can be uploaded.

Not critical, because current build was uploaded manually.

abontsema commented 1 year ago

After installing from PyPI (pip install sam):

>>> from sam.models import MLPTimeseriesRegressor
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'sam.models'