silly-match-79024
07/09/2024, 9:03 AMmake build install
the script fails when trying to generate the python sdk. After running each command separately, The error comes from this line
python3 setup.py build sdist
and the error is
Traceback (most recent call last): File "/mnt/c/Data/GenezioIac/pulumi-genezio/sdk/python/bin/setup.py", line 6, in <module> from setuptools import setup, find_packages ModuleNotFoundError: No module named 'setuptools'
Shouldn't the sdk generation handle the module installation?
I'm using the template provided by this repository https://github.com/pulumi/pulumi-provider-boilerplate
I'm using WSL Ubuntu 22.04 with python 3.10.12big-architect-71258
07/11/2024, 3:27 PMpodman
to host the devcontainer. There is a documentation for VSCode how to configure for podman
. Or you use devbox
to configure your Pulumi development environment.silly-match-79024
07/11/2024, 5:07 PMbig-architect-71258
07/11/2024, 5:08 PMsilly-match-79024
07/11/2024, 5:09 PM