我想用pip安装grpcio (版本1.35)。但我知道这个错误:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> grpcio我试着安装python或轮子,但是它没有工作。
我的python版本= 3.10
Ubuntu = 22.04
发布于 2022-06-13 01:16:28
我也有过同样的问题。增加版本的grcpio帮助我。版本1.46.3安装时没有任何问题
https://stackoverflow.com/questions/72245255
复制相似问题