https://pulumi.com logo
Title
k

kind-napkin-54965

02/22/2022, 12:25 PM
Trying to learn pulumi. Whichever package (github, gitlab, auth0) I try to import, I get the same error:
.virtualenvs/pulumi39/lib/python3.9/site-packages/pulumi_auth0/_utilities.py", line 15, in <module>
    import pulumi.runtime
ModuleNotFoundError: No module named 'pulumi.runtime'
Tried both py3.10 and py3.9, same. I am clearly missing something, can't figure out what exactly. Thanks for help!
f

freezing-van-87649

02/22/2022, 1:13 PM
Did you pip install it into your venv?
Might want to check that the files are actually in the venv and you used the right pip to install
k

kind-napkin-54965

02/22/2022, 3:26 PM
Thanks, Andrew! It seems there are some issues with python installation itself. Looking into it. Thanks!
👍 1