fast-whale-9064
05/12/2021, 2:58 PMcool-fireman-90027
05/12/2021, 3:40 PMpulumi up --logtostderr -v=9 --debug
What version of pulumi plugins are you running? pulumi plugin ls -p
Also, can you share the requirements.txt
and/or package.json
?fast-whale-9064
05/12/2021, 3:44 PMpulumi-aws 3.38.1 has requirement pulumi<3.0.0,>=2.15.0, but you'll have pulumi 3.2.1 which is incompatible.
Version numbers are a little confusing.NAME KIND VERSION SIZE INSTALLED LAST USED
aws resource 4.3.0 258 MB 6 minutes ago 4 minutes ago
docker resource 3.0.0 40 MB 11 minutes ago 11 minutes ago
python language 21 MB 5 days ago 1 second ago
TOTAL plugin cache size: 319 MB
I blasted my venv
and reinstalled everything. Here is my requirements.txt
grpcio>=1.33.2,!=1.30.0
pulumi>=3.0.0,<4.0.0
pulumi-aws>=3.0.0
pulumi-docker>=3.0.0
cool-fireman-90027
05/12/2021, 6:44 PM3.2.1
can you update the requirements.txt
for pulumi-aws
From: pulumi-aws>=3.0.0
TO: pulumi-aws>=4.0.0,<5.0.0
fast-whale-9064
05/12/2021, 6:50 PMgentle-diamond-70147
05/12/2021, 6:59 PMfast-whale-9064
05/12/2021, 7:05 PMgentle-diamond-70147
05/12/2021, 7:24 PMpre
, up,
refresh
... all of the above?fast-whale-9064
05/12/2021, 7:30 PMup
and preview
both get stuckgentle-diamond-70147
05/12/2021, 7:46 PMpre
output? and with the logging that Tushar mentioned earlier?