what is the Windows PS equivalent to the instructi...
# general
b
what is the Windows PS equivalent to the instructions at https://www.pulumi.com/docs/get-started/aws/review-project/
c
The steps are the same regardless of the OS. Are you running into an issue with PS?
b
Here is what I tried (not sure if there is a "source" in Windows) pip install virtualenv virtualenv -p python3 venv virtualenv venv . .\venv\Scripts\activate pip3 install -r requirements.txt Result: Building wheel for pulumi-aws (setup.py) ... done Created wheel for pulumi-aws: filename=pulumi_aws-1.7.0-cp38-none-any.whl size=1544097 sha256=xxx Stored in directory: C:\Users\gunna\AppData\Local\pip\Cache\wheels\e7\18\87\id Building wheel for grpcio (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'c:\users\gunna\pulumi-qs\venv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\gunna\\AppData\\Local\\Temp\\pip-install-mf51566e\\grpcio\\setup.py'"'"'; file='"'"'C:\\Users\\gunna\\AppData\\Local\\Temp\\pip-install-mf51566e\\grpcio\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\gunna\AppData\Local\Temp\pip-wheel-4x1bc1ec' --python-tag cp38 cwd: C:\Users\gunna\AppData\Local\Temp\pip-install-mf51566e\grpcio\
c
Did you install the Pulumi CLI already?
b
Yes: choco upgrade pulumi pulumi version v1.4.0
c
Is that inside your virtualenv?
I can’t think of any other reason why it would fail on Windows. @microscopic-pilot-97530 not sure if you have any ideas?
b
Yes, inside. Should it be inside the virtualenv? Shows that the PS instructions need work, I think.
Failed outside as well.