Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade grpcio version for Python 3.12 #955

Open
agamanin opened this issue Oct 31, 2024 · 1 comment
Open

Upgrade grpcio version for Python 3.12 #955

agamanin opened this issue Oct 31, 2024 · 1 comment

Comments

@agamanin
Copy link

agamanin commented Oct 31, 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 projects
@lwt0000
Copy link

lwt0000 commented Nov 8, 2024

I am having same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants