Skip to content
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

Round Trip Dumper Error #12

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

jessequinn
Copy link

updates alpine to 3.11 with 3.8.1 python
used different install method for python packages in Dockerfile
fixes round trip dumper error
added .editorconfig for better practice
modified .gitignore to include venv and .idea
added target to BUILD_ORDER

@jessequinn
Copy link
Author

this builds fine on hub.docker.com.

@jessequinn jessequinn changed the title Develop Round Trip Dumper Error Jan 2, 2020
@jessequinn
Copy link
Author

clearly an issue with your CI/CD.

@tchia04
Copy link

tchia04 commented Jan 24, 2024

Getting the same error

❯ cat compose-git-include.yml  | docker run -i --platform linux/amd64 funkwerk/compose_format
Traceback (most recent call last):
  File "/bin/compose_format", line 2, in <module>
    from compose_format import ComposeFormat
  File "/usr/lib/python3.5/site-packages/compose_format/__init__.py", line 1, in <module>
    from ruamel.yaml import RoundTripDumper, RoundTripLoader, dump, load
ImportError: cannot import name 'RoundTripDumper'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants