Upgrade grpcio version for Python 3.12
Author: agamaninCreated Oct 31, 2024Updated Nov 8, 2024
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 projectsSource: jina-ai/clip-as-service