This message was deleted.
# python
s
This message was deleted.
b
hi Elena, every time I've seen this it's because the module isn't installed in the virtualenv. Can you makre sure it's activated?
Copy code
source venv/bin/activate
pip3 install pulumi_docker`
Pulumi automatically creates a venv for you when you create a new project
s
I have the package installed in the virtualenv, but still no luck
b
can you share your
Pulumi.yaml
?
s
I'm uninstalling everything and reinstalling to see if I can get in a state where
pulumi_aws
and
pulumi_docker
but I'm still having the same issue.
Here's my Pulumi.yaml
Copy code
name: ecr
runtime:
  name: python
  options:
    virtualenv: venv
description: ECR repos
b
huh, how very curious. Which OS?
would you be open to screen sharing so we can figure it out? I'm free after lunch PST
s
sure! that would be great!
also, I really enjoyed the "Build a Self-Service Infrastructure Platform with Python" workshop you led last week. Thank you so much for that
b
my pleasure! can you DM me an email and I'll send you a zoom link
1
s
The solution here was removing my venv folder and recreating it with
$ python3 -m venv venv
❤️ 1