-
Notifications
You must be signed in to change notification settings - Fork 22
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
dateutil not found #13
Comments
Hi @garrett. Thanks for reporting this problem. I think I know what happened: the dependency on the |
Indeed, I think that fixes the problem. However, there's a new problem:
Perhaps we should close this and open a new issue though? I do happen to have Docker installed as an overlay on my Silverblue system, but that's because I do development on Cockpit and have a bunch of things as overlay packages on my work system. (I work as much as I can in a toolbox container and in Flatpaks too, but some things need to be RPM overlays directly on the system if I don't want to have to build and run a VM for everything.) Since this issue seems to be fixed, but there are other issues, I've opened more issues and am closing this one:
|
Im running into the same issue (2nd one) and running non-silverblue Fedora 32. I thought it was due to
|
@smazurov: I think the issue is related to cgroups v2 and Docker (Moby) not supporting it properly. Can you run a Docker container on your system with It should show things like If it doesn't work, is it related to cgroups v2? You'd probably see a similar error message as the third one in this comment on the Silverblue issue: #16 (comment) The best solution would probably be to support podman (#15) and forget about Docker cgroups v2 support. |
@smazurov if |
Error log is in the second message in this thread. My docker works and I enabled old cgroups |
Here's the log:
|
Running k3x from Flathub on Fedora 32 Silverblue, and I get:
FWIW: I don't have anything Kubernetes-related on my machine. (Not sure if it's needed or not; from the description, I assumed this should handle everything.)
The text was updated successfully, but these errors were encountered: