Unable to build using Python 3.7.0 #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Running
pip install borgmaticon Python 3.7.0 fails to build due to an issue with the ruamel.yaml package, which is pinned at <0.15. This was raised with the project as issue #207 and they recommended testing against a newer version of the package, despite their guidance that production software should use <0.15.I don't have time to test this right now, but it would be good to get this fixed soon as Python 3.7.0 is now the default version of Python installed by Homebrew.
Thanks for reporting this. Sounds like #38 may be the solution? What's the issue you're seeing with the pinned
ruamel.yaml?Yup, witten/borgmatic#38 would appear to be the solution.
Here's the output from the build:
I was able to reproduce traceback this within the
python:3.7Docker image.Just fixed in master. The fix will go out in the next release.
Thanks for this. Would be great if you could cut a new release soon 😄
Just released in borgmatic 1.2.1! Enjoy.
Awesome. Thanks 👍