This message was deleted.
# python
s
This message was deleted.
g
Hi Mo, what versions are you using?
And just to clarify, do you mean the
--policy-pack
flag?
--pulumi-policies
is not a valid flag I believe.
s
Yes the policy-pack and we are using the version 2.3
g
Can you run the following commands in your policy pack folder and then try again?
Copy code
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
s
I will