Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty package from workflow to PyPI #53

Closed
abontsema opened this issue Aug 11, 2022 · 1 comment · Fixed by #54
Closed

Empty package from workflow to PyPI #53

abontsema opened this issue Aug 11, 2022 · 1 comment · Fixed by #54
Labels
Priority: High Issues that cause bad functionality, confusing experience or similar Type: Bug

Comments

@abontsema
Copy link
Contributor

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 abontsema added Priority: High Issues that cause bad functionality, confusing experience or similar Type: Bug labels Aug 11, 2022
@abontsema
Copy link
Contributor Author

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Issues that cause bad functionality, confusing experience or similar Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant