Trying to learn pulumi. Whichever package (github,...
# python
k
Trying to learn pulumi. Whichever package (github, gitlab, auth0) I try to import, I get the same error:
Copy code
.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
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
Thanks, Andrew! It seems there are some issues with python installation itself. Looking into it. Thanks!
👍 1