-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
RuntimeError: Cannot find module '@aws-cdk/cx-api' but it's installed #30088
Comments
It is a duplicate of #30067 |
@UriZafrir Could you please share the sample code to reproduce the issue? OR, kindly confirm if your scenario same as mentioned in the issue #30067 per previous comment by @AlexGurtoff. |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Hi, I think this is irrelevant, problem solved. |
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Describe the bug
Hi
I'm using cdk 2.140.0 (build 46168aa) with python.
in my requirements i have
aws-cdk-lib==2.139.1
constructs>=10.0.0,<11.0.0
after
pip install -r requirements.txt
when i do
cdk synth
i get:
when i list my installed packages it's installed:
Expected Behavior
should work
Current Behavior
not working
Reproduction Steps
in my requirements.txt i have
aws-cdk-lib==2.139.1
constructs>=10.0.0,<11.0.0
after
pip install -r requirements.txt
do
cdk synth
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.140.0 (build 46168aa)
Framework Version
No response
Node.js Version
v20.12.2
OS
windows 10
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: