-
Notifications
You must be signed in to change notification settings - Fork 4k
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
1.33.0: Python: jsii version conflict - Can not install using pipenv #7426
Labels
Comments
alastairmccormack
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Apr 18, 2020
We are investigating the issue and will update promptly. Thanks for reporting this. |
Tracking issue: #7433 |
We are going to release a patch that restores jsii to 1.1.0 as a workaround until we fix the issue in jsii. |
4 tasks
That's great. Thank you for the rapid fix. I can confirm that the installation of aws-cdk 1.33.1 resolves this issue. |
Issue was resolved in version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Pip complains with:
Pipenv fails completely.
Reproduction Steps
Pip
pip install aws-cdk.core==1.33.0
Pipenv
pipenv install aws-cdk.core==1.33.0
Error Log
Pip
Pipenv
Environment
Other
jsii lists
jsii~=1.3.0
andconstructs>=3.0.0, <4.0.0
as dependencies.constructs-3.0.0
listsjsii~=1.1.0
as its dependency which is causing a conflict between the two packages.Using the cdk-core 1.32.2 works fine.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: