sparse-intern-71089
08/06/2019, 1:19 AMclever-sunset-76585
08/06/2019, 1:39 AMyarn install
or npm install
prior to running pulumi up/preview
? If not, you must do that first.clever-sunset-76585
08/06/2019, 1:40 AMNodeTool
task to run npm install
or npm ci
to restore your program’s dependencies, which will install the required plugins as well.stale-autumn-24797
08/06/2019, 5:46 PMclever-sunset-76585
08/06/2019, 5:48 PMstale-autumn-24797
08/06/2019, 6:04 PMclever-sunset-76585
08/06/2019, 6:22 PMpulumi-azure
plugin.
Installing collected packages: six, grpcio, dill, protobuf, pulumi, arpeggio, attrs, parver, semver, pulumi-azure, chardet, urllib3, idna, certifi, requests, pyyaml, pulumi-kubernetes
2019-08-06T18:03:23.2279798Z Running setup.py install for pulumi-azure: started
2019-08-06T18:03:24.0119638Z Running setup.py install for pulumi-azure: finished with status 'error'
2019-08-06T18:03:24.0147419Z ERROR: Command errored out with exit status 1:
2019-08-06T18:03:24.0148819Z command: /opt/hostedtoolcache/Python/3.7.4/x64/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-l8vhhgc7/pulumi-azure/setup.py'"'"'; __file__='"'"'/tmp/pip-install-l8vhhgc7/pulumi-azure/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-1_s31y8g/install-record.txt --single-version-externally-managed --compile
2019-08-06T18:03:24.0149783Z cwd: /tmp/pip-install-l8vhhgc7/pulumi-azure/
…and later at the end of that log:
2019-08-06T18:03:24.0781852Z error: [Errno 2] No such file or directory: 'pulumi': 'pulumi'
2019-08-06T18:03:24.0782109Z ----------------------------------------
2019-08-06T18:03:24.0783054Z ERROR: Command errored out with exit status 1: /opt/hostedtoolcache/Python/3.7.4/x64/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-l8vhhgc7/pulumi-azure/setup.py'"'"'; __file__='"'"'/tmp/pip-install-l8vhhgc7/pulumi-azure/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-1_s31y8g/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
2019-08-06T18:03:24.1501751Z ##[error]Bash exited with code '1'.
cc: @white-balloon-205 @stocky-spoon-28903 to see if they have any suggestions here.stocky-spoon-28903
08/06/2019, 6:23 PMstale-autumn-24797
08/06/2019, 6:45 PMclever-sunset-76585
08/06/2019, 6:47 PMDo you have the full output (as alluded to in that snippet?)It was posted just before my reply with the error snippet, but I think Slack hid it.
stale-autumn-24797
08/07/2019, 5:55 PMclever-sunset-76585
08/09/2019, 9:29 PMrequirements.txt
file here?stale-autumn-24797
08/12/2019, 5:34 AMstale-autumn-24797
08/13/2019, 8:22 AMgentle-diamond-70147
08/13/2019, 4:29 PMazure-pipelines.yml
?stale-autumn-24797
08/13/2019, 8:44 PMstale-autumn-24797
08/13/2019, 8:47 PMstale-autumn-24797
08/13/2019, 8:48 PMstale-autumn-24797
08/13/2019, 8:48 PMgentle-diamond-70147
08/13/2019, 10:20 PMvmImage
is 'ubuntu-16.04'
exactly?stale-autumn-24797
08/13/2019, 10:22 PMstale-autumn-24797
08/14/2019, 3:06 AMstale-autumn-24797
08/14/2019, 3:07 AMstale-autumn-24797
08/14/2019, 7:10 AMgentle-diamond-70147
08/14/2019, 3:18 PMstale-autumn-24797
08/14/2019, 5:06 PMgentle-diamond-70147
08/14/2019, 8:13 PMstale-autumn-24797
08/18/2019, 11:17 PM