busy-barista-3617
06/11/2024, 8:38 PMrequirements.txt
file then run the command /venv/bin/pip install pulumi-local
which completes successfully. I confirm that its stored in the virtual environment with pip show pulumi_local
. However, when I use that as an import, I get the following error:
import pulumi_local as local
ModuleNotFoundError: No module named 'pulumi_local'
Anyone else see this before or know how to solve it?
Thanks!bright-room-7869
06/13/2024, 1:46 PM