-
Notifications
You must be signed in to change notification settings - Fork 15
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
qeapp.yml not found #255
Labels
bug
Something isn't working
Comments
Could you briefly elaborate on why this bug was never triggered before? Or was it always present, but not noticeable? |
It never shows up since all the functions call of qeApp is from the package. The |
unkcpz
added a commit
that referenced
this issue
Aug 17, 2023
Using src layout to organize modules (https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/) This change make it directly detect the package_data import issue of "qeapp.yml" (manifest #255) and css/jinja files in static module.
unkcpz
added a commit
that referenced
this issue
Aug 17, 2023
Using src layout to organize modules (https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/) This change make it directly detect the package_data import issue of "qeapp.yml" (manifest #255) and css/jinja files in static module. bumpver
unkcpz
added a commit
that referenced
this issue
Aug 18, 2023
Using src layout to organize modules (https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/) This change make it directly detect the package_data import issue of "qeapp.yml" (manifest #255) and css/jinja files in static module. bumpver
unkcpz
added a commit
that referenced
this issue
Aug 18, 2023
Using src layout to organize modules (https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/) This change make it directly detect the package_data import issue of "qeapp.yml" (manifest #255) and css/jinja files in static module. Fix bumpver error.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
qeapp.yml is load using
importlib
but not installed as file data which causes the issue when importing modules of qe app. I am curious why there is no exception raise for qe app itself.To Reproduce
Steps to reproduce the behavior:
aiidalab install quantum-espresso
from aiidalab_qe.widgets import CalcJobOutputFollower
Version (if known)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: