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

PyPi package for 3.4.0 is broken #677

Closed
Rewerson opened this issue Mar 25, 2022 · 1 comment
Closed

PyPi package for 3.4.0 is broken #677

Rewerson opened this issue Mar 25, 2022 · 1 comment
Assignees

Comments

@Rewerson
Copy link

After upgrading puppetboard package with pip, there is an error on app start, like:

File "/usr/local/lib/python3.9/dist-packages/puppetboard/app.py", line 11, in <module>
     import puppetboard.views.catalogs  # noqa: F401
ModuleNotFoundError: No module named 'puppetboard.views'

Packaged module doesn't have folder views near the app.py.
Downloaded this folder from this repo, placed in /usr/local/lib/python3.9/dist-packages/puppetboard/ and only then it works.

@gdubicki gdubicki self-assigned this Mar 25, 2022
@gdubicki
Copy link
Contributor

Sorry for that and thanks for reporting, @Rewerson! Please check out v3.4.0.post1 and reopen the issue if this doesn't help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants