fast-grass-52071
09/15/2021, 4:24 PMimport pulumi_vsphere as vsphere
ModuleNotFoundError: No module named 'pulumi_vsphere'
prehistoric-activity-61023
09/15/2021, 4:42 PMsource venv/bin/activate
pip install pulumi-vsphere
pulumi up
pulumi up
as it automatically uses it (based on config from Pulumi.yaml project file) but it’s required to install depedenciespip3
, I’m afraid you install this package globally on your machine and not inside the venvfast-grass-52071
09/16/2021, 10:39 AM