I have install the lib thru pip3, it is install etc..
b
billowy-army-68599
07/01/2021, 2:19 PM
did you install it in your virtualenv?
g
great-optician-69584
07/01/2021, 2:23 PM
meaning?
I created a project thru pulumi
could you walk me thru
b
billowy-army-68599
07/01/2021, 2:51 PM
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
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/