This message was deleted.
# python
s
This message was deleted.
s
Hi Claudia. What
pulumi about
says ?
a
I ran into this when the requirements.txt didn’t contain the proper packages, but looks like you verified that it's already there and in the venv?
a
Hello, it turns out that I was using Conda to manage my environments but pulumi enforces venv, so I was looking at the wrong list of installed packages, I gotta say this is is the first time I run into this conflict, can I configure pulumi to recognize conda as the environment manager?
a
Yeah I ran into the same thing haha, requirements.txt is key. There was definitely an article explaining how to change it from defaulting to venv, however ultimately once I figured out requirements.txt was all I needed to update I saw the benefit and kept it.
c
You can use other Python package managers with Pulumi (I use Poetry and so can do
poetry run pulumi up
)