Serving icon indicating copy to clipboard operation
Serving copied to clipboard

Failed building wheel for grpcio

Open annidy opened this issue 2 years ago • 4 comments

Env: docker image: paddlepaddle/paddle:2.5.1-gpu-cuda12.0-cudnn8.9-trt8.6 python: python10

In this dokcer, pip3 install https://paddle-serving.bj.bcebos.com/test-dev/whl/paddle_serving_server-0.9.0-py3-none-any.whl will failed by grpcio<=1.33.2

annidy avatar Oct 17 '23 03:10 annidy

Message that will be displayed on users' first issue

github-actions[bot] avatar Oct 17 '23 03:10 github-actions[bot]

i have same problem. are you solve this problem?

zhh8689 avatar Nov 30 '23 10:11 zhh8689

Google has resolve arm grpcio install error since 1.51.3 the requirements.txt SHOULD consider to update

FesonX avatar Dec 26 '23 02:12 FesonX

we will update requirements.txt, you can try pip install --upgrade grpcio to fix this bug temperally

heavengate avatar Feb 06 '24 03:02 heavengate