-
Notifications
You must be signed in to change notification settings - Fork 235
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
Docker ModuleNotFoundError #668
Comments
I do not use Docker, but I think it's due to these lines: missing Do you mind adding them in a PR and testing? @onyto Additionally, is there some way for Docker to test if it can even run without failing? |
You have pointed out the lines for the arm build but I'm using amd64 which should install natsort from the I did a
But doing a
Now the app works:
I guess the problem is with building the image then. |
Thanks for looking into it, I see the real issue. The base docker image hasn't been updated in 5 months. It doesn't run automatically. https://github.com/ciromattia/kcc/actions/workflows/docker-base-publish.yml |
I just pulled the image and everything seems to be working now 👍 |
Gonna reopen since this same issue might reoccur next time dependencies change. |
Last docker image is broken for arm/v7 Please keep v5.7.0 a pre-release until I fix it. rodi@computer:/mnt/c/test$ docker run --platform linux/arm/v7 --rm -v "$(pwd):/app" ghcr.io/ciromattia/kcc:latest -p KPW5 ./258.cbz
ERROR: psutil 5.0.0+, python-slugify 1.2.1+, Pillow 5.2.0+ is not installed! I said before, here, that docker needed to be tested/adapted before a release.
work in progress in branch |
@onyto 6.2.0 has a fixed docker version now |
Describe the bug
The app doesn't start because there is no module named 'natsort'
Error message:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App should run successfully
The text was updated successfully, but these errors were encountered: