shy-author-33795
04/28/2021, 5:42 PMpulumi_docker
installed on my system. I have the following in my programs requirements.txt:
pulumi>=3.0.0,<4.0.0
pulumi_docker>=3.0.0,<4.0.0
pulumi-aws>=4.0.0,<5.0.0
pylint>=2.7.4
And at the top of my program's main.py I have:
from pulumi_aws import ecr
from pulumi_docker import Image, DockerBuild
I'm not sure why pulumi_aws
works, but pulumi_docker
does not. Any chance you all could help resolve this error:
ModuleNotFoundError: No module named 'pulumi_docker'
billowy-army-68599
04/28/2021, 5:43 PMsource venv/bin/activate
pip3 install pulumi_docker`
shy-author-33795
04/28/2021, 5:46 PMbillowy-army-68599
04/28/2021, 5:47 PMPulumi.yaml
?shy-author-33795
04/28/2021, 5:49 PMpulumi_aws
and pulumi_docker
but I'm still having the same issue.name: ecr
runtime:
name: python
options:
virtualenv: venv
description: ECR repos
billowy-army-68599
04/28/2021, 5:50 PMshy-author-33795
04/28/2021, 5:51 PMbillowy-army-68599
04/28/2021, 5:51 PMshy-author-33795
04/28/2021, 5:51 PMbillowy-army-68599
04/28/2021, 6:01 PMshy-author-33795
04/28/2021, 11:35 PM$ python3 -m venv venv