-
Notifications
You must be signed in to change notification settings - Fork 48
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
arion up
fails with strange error
#230
Comments
The Python package to access Docker/Podman needs to be updated I think. |
This appears to be a problem with the docker compose package in Nixpkgs. |
Indeed installing Arion with |
Hi @roberth, I tried using Currently |
@AkechiShiro nice! would you have a branch with the fix maybe? i wouldn't mind using that ^^ |
@KiaraGrouwstra you can try and see if this branch fixes your issues, but I'm not entirely sure if that is a proper way to fix the issue that was reported here, I would most likely have to check with more knowledgeable people about Let me know if it fixes your issues. |
@AkechiShiro yep, that works for me! if you open a PR there i'll add a review. :) |
@AkechiShiro in case you're busy i could try filing it there as well |
closed in NixOS/nixpkgs#325802 - thanks @AkechiShiro! 🎉 |
Thank you as well for the PR @KiaraGrouwstra |
Arion should use docker-compose v2, otherwise we get: TypeError: kwargs_from_env() got an unexpected keyword argument 'ssl_version'. See hercules-ci/arion#230 and NixOS/nixpkgs#325802.
Hi,
I'm trying out arion by following the "first steps" section of the docs.
When I run
arion up
I get:Has anyone seen this before? Thanks in advance for any help; let me know if you need more information.
More details:
Contents of
arion-pkgs.nix
:Contents of
arion-compose.nix
:The text was updated successfully, but these errors were encountered: