You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Is it possible to consider upgrading grpcio module version? It seems grpcio 1.57.0 cannot be compiled for Python 3.12 (I use 3.12.3), while working on 3.10.15. Probably, upgrading to grpcio 1.66 or so can solve the problem.
python -m pip install clip-client
....
raise CompileError(msg)
distutils.errors.CompileError: command'/usr/bin/x86_64-linux-gnu-g++' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for grpcio
Failed to build grpcio
ERROR: Could not build wheels for grpcio, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered:
Hi. Is it possible to consider upgrading grpcio module version? It seems grpcio 1.57.0 cannot be compiled for Python 3.12 (I use 3.12.3), while working on 3.10.15. Probably, upgrading to grpcio 1.66 or so can solve the problem.
The text was updated successfully, but these errors were encountered: