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

ModuleNotFoundError: No module named 'ruamel' #155

Closed
tmorrell opened this issue Jul 2, 2021 · 1 comment
Closed

ModuleNotFoundError: No module named 'ruamel' #155

tmorrell opened this issue Jul 2, 2021 · 1 comment

Comments

@tmorrell
Copy link

tmorrell commented Jul 2, 2021

This error crops up if you're using conda and a recent version of pip. It's due to a mess of package namespaces and conda needs to fix it pypa/pip#8789, conda/conda#10178

The workaround is conda install ruamel.yaml

I'm opening this issue to document the problem for folks in the future. I don't there is anything this package can do to resolve it.

@jspaaks
Copy link
Member

jspaaks commented Aug 26, 2021

Thanks Tom for making this issue. In the as yet unreleased version, I've switched the order of installs such that ruamel.yaml is installed before pykwalify[ruamel]. That seems to have helped

@jspaaks jspaaks closed this as completed Aug 26, 2021
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

No branches or pull requests

2 participants