HI, anyone encoutered this issue during installing...
# general
c
HI, anyone encoutered this issue during installing projec in MAC: ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio, grpcio-tools)
a
There were problems installing grpcio on Apple Silicon before but to my knowledge they've all been resolved now. Since workarounds are not longer needed I'd start by making sure you're running a recent version of Python & pip.
Copy code
$ python --version
Python 3.12.5

$ pip --version
pip 24.2
Are you running Python in a virtual environment?