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
Thank you for alphadia and congratulations on the release!
Describe the bug The alphadia docker container errors with the following error:
ERROR: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/alphadia/constants/default.yaml'.
ERROR: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/alphadia/constants/default.yaml'
This was fixed by adding COPY MANIFEST.in MANIFEST.in to the Dockerfile around line 40.
COPY MANIFEST.in MANIFEST.in
To Reproduce Steps to reproduce the behavior: I followed the instructions here which worked perfectly with the patch suggested above.
Expected behavior The alphadia run should go to completion.
Logs I don't have the log anymore after patching the dockerfile.
Version (please complete the following information):
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting the Bug! Could you open a PR with the suggested change against the dev branch?
Sorry, something went wrong.
MannLabs#261 install MANIFEST.in in docker container
a98ef88
Merge pull request #262 from dnusinow/development
4a2eddf
#261 install MANIFEST.in in docker container
No branches or pull requests
Thank you for alphadia and congratulations on the release!
Describe the bug
The alphadia docker container errors with the following error:
ERROR: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/alphadia/constants/default.yaml'
.This was fixed by adding
COPY MANIFEST.in MANIFEST.in
to the Dockerfile around line 40.To Reproduce
Steps to reproduce the behavior:
I followed the instructions here which worked perfectly with the patch suggested above.
Expected behavior
The alphadia run should go to completion.
Logs
I don't have the log anymore after patching the dockerfile.
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: