-
Notifications
You must be signed in to change notification settings - Fork 100
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
jujubundlelib 0.5.2 has requirement PyYAML==3.11, but you have PyYAML 3.12 #45
Comments
I suspect this is the issue: pypa/pip#988 Anyone know of a reason the bundle lib needs that specific version though? |
I don't know why jujubundlelib has pinned to pyyaml 3.11, but generally speaking a library shouldn't do that - it should be left to the application to pin specific versions of dependencies. You can probably resolve this by pinning to pyyaml 3.11 in your app's requirements. |
Perhaps it could be pinned here until it's fixed in the bundle lib. So that others won't have to face the same issue as well. Up to you! |
This also causes an issue for CWR #67 |
Regarding the pip dependency resolver: please try the beta of the new resolver in pip 20.2 and see whether that helps? |
pip 20.3 has the new dependency resolver on by default; please see the documentation on how to test and migrate in case it helps you address this problem. |
The text was updated successfully, but these errors were encountered: