refined-smartphone-66493
10/20/2023, 2:10 PMnote: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for grpcio
Running setup.py clean for grpcio
Failed to build grpcio
ERROR: Could not build wheels for grpcio, which is required to install pyproject.toml-based projects
error: installing dependencies failed; rerun manually to try again, then run `pulumi up` to perform an initial deployment: installing dependencies via '/Users/joaquim.moraes/Documents/lab/pulumi/quickstart/venv/bin/python -m pip install -r requirements.txt': exit status
Curious if anyone using Apple Silicon has also come across issues getting started with Pulumi. Let me know if additional details are needed.
I've tried to install Pulumi via homebrew and via tarball file.rm -rf venv
python3 -m venv venv
venv/bin/python -m pip install --upgrade pip setuptools wheel
venv/bin/python -m pip install -r requirements.txt
salmon-account-74572
10/20/2023, 3:59 PMpulumi new aws-python
without any issues. I do have a newer version of Python3 installed via Homebrew (python@3.11
), so perhaps that’s something you could try?refined-smartphone-66493
10/20/2023, 4:01 PMsalmon-account-74572
10/20/2023, 4:03 PMrefined-smartphone-66493
10/20/2023, 4:03 PMsalmon-account-74572
10/20/2023, 4:23 PM