I have install the lib thru pip3, it is install et...
# general
g
I have install the lib thru pip3, it is install etc..
b
did you install it in your virtualenv?
g
meaning?
I created a project thru pulumi
could you walk me thru
b
Pulumi creates a virtual environment which is python best practice. You can see it in your venv folder inside your project Activate that virtualenv and the install your dependency
g
thanks, the issue was taht the folder venv was ignore in the gitignore, I reenable it and put the relevant packages in the folder venv/lib/python3.8/site-packages/