Replies: 1 comment
-
Found the answer, I need to activate the correct Python virtualenv created by Poetry. Looking at ~/.cache/pypoetry/virtualenvs, we can find several virtualenvs created by Poetry. Activating the Infra environment like this solves the issue
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm trying to follow the tutorial your_first_aws_pdk_project
I'm using Python (monorepo-py). I followed the exact steps for Python, the project has been generated and built successful so far but I'm stuck at the step
Deploying our infrastructure to the AWS cloud
where I have to docdk bootstrap
.When I run
cdk bootstrap
inpackages/infra
directory, I have this errorIf I run
poetry show
to list the packages as installed by the pdk, I can seeaws-cdk-lib
in the listI am sure how to proceed next, anyone here successfully followed this tutorial with Python?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions