gray-train-95118
09/22/2023, 7:36 PMulimit -n 5000
make provider
chmod +x ./bin/pulumi-resource-docker
chmod +x ./bin/pulumi-tfgen-docker
make install_plugins
export PATH=$PATH:$PWD/bin
export PACKAGE_VERSION=$(pulumictl get version --language generic)
make build_python
curl <https://raw.githubusercontent.com/pulumi/scripts/master/ci/check-worktree-is-clean> | bash
tar -zcf sdk/python.tar.gz -C sdk/python .
This outputs a tar.gz archive, and when I try to pip install it, I get the following error:
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['pulumi', 'plugin', 'install', 'resource', 'docker', '0.0.0']' returned non-zero exit status 255.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pulumi-docker
Failed to build pulumi-docker
ERROR: Could not build wheels for pulumi-docker, which is required to install pyproject.toml-based projects
shy-arm-32391
09/22/2023, 8:12 PMgray-train-95118
09/22/2023, 8:15 PMshy-arm-32391
09/22/2023, 8:16 PMpulumi-docker
.gray-train-95118
09/22/2023, 8:22 PMshy-arm-32391
09/22/2023, 8:22 PMgray-train-95118
09/22/2023, 8:27 PMpip install python.tar.gz
command, I'm not trying to python -m build
my own distribution, if that helpsshy-arm-32391
09/22/2023, 8:30 PMmake tfgen
(to ensure your schema is up to date)
2. make build_python
gray-train-95118
09/22/2023, 8:32 PMshy-arm-32391
09/22/2023, 8:34 PMgray-train-95118
09/22/2023, 8:35 PMshy-arm-32391
09/22/2023, 8:36 PMmake install_python_sdk
to install the SDK on your machine to try out.gray-train-95118
09/22/2023, 10:57 PMshy-arm-32391
09/29/2023, 2:09 PMgray-train-95118
09/29/2023, 8:16 PM