https://pulumi.com logo
Title
f

fast-grass-52071

10/16/2021, 8:43 AM
Team, This is related to https://pulumi-community.slack.com/archives/C01PF3E1B8V/p1631723058094400. I have combined the python code which uses both pulumi and pyvim modules in it. But, I am getting ’ModuleNotFoundError: No module named ‘pyVim’ ’ while executing the code although I have installed pyvim module in the venv using pip install pyvim inside the venv. Can anyone help me get rid of this?
Any help here is much appreciated..
b

billowy-army-68599

10/18/2021, 4:55 PM
@fast-grass-52071 this is unfortunately unique to your environment, it'll be hard to get you help here. start by doing
venv/bin/pip3 list
and go from there