We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to run scripts/run_app_locally.py I get this error from pvnet.app import app ModuleNotFoundError: No module named 'pvnet.app'
I don't see any app.py file in the repo, is this script outdated or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Yea this is outdated, I think this should be moved to https://github.com/openclimatefix/uk-pvnet-app/tree/main/scripts
Sorry, something went wrong.
Thanks for pointing this out, created a PR to get rid of the script now, as Peter mentioned that functionality is now in in the uk-pvnet-app repo
No branches or pull requests
If I try to run scripts/run_app_locally.py I get this error
from pvnet.app import app
ModuleNotFoundError: No module named 'pvnet.app'
I don't see any app.py file in the repo, is this script outdated or am I doing something wrong?
The text was updated successfully, but these errors were encountered: