This message was deleted.
# general
s
This message was deleted.
l
is the grpcio version pinned?
Wondering if it's a version that doesn't support 3.12, I just ran
pip install grpcio
on my m2 and it installed
d
Recent versions of pulumi are pinned to 1.59.2, which has wheels prebuilt already. Can you do:
Copy code
pip3 --version
It's concerning that's the install command it recommends instead of something relating to the venv. Can you send the requirements.txt file, and the
runtime
section of your Pulumi.yaml please
l
@white-magician-15221 you will have to stay at Python 3.11 for now. We are tracking an issue in upstream gRPC and can't support 3.12 until that one is fixed. https://github.com/pulumi/pulumi/issues/14258
👍 1
d
... Haha, sorry. I misread "6" for "9". Thanks, @limited-rainbow-51650
w
requirements.txt pulumi>=3.0.0,<4.0.0 pulumi-aws>=6.0.2,<7.0.0
installed python 3.11 in virtualenv worked 👍