-
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
AWS CDK Python: Cant run pipenv update #19844
Comments
any update on that? |
Running into the same issue. @ofiriluz what was the solution for you? Did you lock a specific version of |
Same problem here. Locking version of excetpiongroup in Pipfile
fixed the issue. |
@mpekalski Thank you, the fix worked for me. However, it has the drawback of adding an explicit dependency and it invalidates the Pipfile.Lock. Therefore, @otaviomacedo do you plan to fix the issue? |
Note: Updating to |
I can't recreate this issue. Can this be verified if it has been fixed? |
I'm also unable to recreate the issue, so it's likely been fixed with the updated |
|
Describe the bug
Hi,
For some reason, it seems that something in one of aws cdk deps caused an issue that prevents locking on pipenv
Currently i have the following Pipfile as a test:
When running "pipenv update --dev" the locking fails on "exceptiongroup" not having any released version, as such:
This has only started happening on the past day (9th of april)
Note that i have tried a few different versions of CDK, so i am not really sure from which sub dependency this happens
Any help would be appreciated
Thanks
Expected Behavior
Pipenv update manages to lock versions on CDK consumptions in python
Current Behavior
Pipenv fails to lock versions on CDK consumptions in python
Reproduction Steps
Use the following pipenv file:
Run:
Possible Solution
Currently adding "exceptiongroup" directly on the pipfile and then running:
works, since it locks the dev version of the package
Additional Information/Context
No response
CDK CLI Version
2.12.0
Framework Version
No response
Node.js Version
16.8.0
OS
Mac
Language
Python
Language Version
3.8
Other information
No response
The text was updated successfully, but these errors were encountered: