-
Notifications
You must be signed in to change notification settings - Fork 44
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-compose up fails with: ERROR: Could not build wheels for pendulum which use PEP 517 and cannot be installed directly #77
Comments
I got it to work with this Dockerfile. I can generate a pull request if anyone likes. I won't do it un-asked since it's a bit of a departure from what's already there.
|
@feoh Thanks for reporting the issue and providing a potential fix! My knowledge of Docker is limited hence I am unsure how to proceed with your suggested fix. Ideally, those that have contributed Docker support to Contextualise weigh in :) @machawk1 @epilys @stratosgear @Nekroze |
@ibnesayeed has some Docker expertise, so it would be helpful for him to have a quick look at the Dockerfile for wellformedness and adherence to contemporary good practice. |
I don't see any issues in changing the base image to Alternatively, use build args to customize the base image and leave the default value as it is for now. Those who want to change the base image to |
try doing Honestly it's weird that |
I don't understand enough about the alternative solutions people are suggesting to implement them, and I have something that works and left a crumb trail for anyone who just needs a quick fix to get this running on a pi, so I'll yield to your greater expertise and close this :) |
@feoh Thank you. I really do appreciate your contribution to Contextualise. |
Hi there when I try to deploy contextualize on Ubuntu server 20.04 on my raspberry pi 4 I get:
I see a proposed work-around here but I haven't yet managed to rejigger the FROM clause in the Dockerfile to make the fix work yet so I thought I'd also mention it here :)
The text was updated successfully, but these errors were encountered: