This message was deleted.
# python
s
This message was deleted.
b
is it installed in your virtualenv?
venv/bin/pip3 install toml
s
Yes
My question is about the import of modules in pulumi scripts. I’m familiar with venvs.
pip list
shows
toml
. Will edit my question
b
can you share your
Pulumi.yaml
?
s
can you share your
Pulumi.yaml
?
Oh thanks, I think it might be very probably because of that. My
Pulumi.yaml
doesn’t point to the same venv.
I’m sharing it anyway but pretty sure that’s the issue:
Copy code
name: myproject
runtime:
  name: python
  options:
    virtualenv: .venv
description: myproject description
b
🙂
s
Will sort that out! Thanks again