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
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.
The text was updated successfully, but these errors were encountered:
After upgrading puppetboard package with pip, there is an error on app start, like:
Packaged module doesn't have folder
views
near theapp.py
.Downloaded this folder from this repo, placed in
/usr/local/lib/python3.9/dist-packages/puppetboard/
and only then it works.The text was updated successfully, but these errors were encountered: