我无法安装图书馆grpcio

时间:2020-09-09 11:37:15

标签: python dialogflow-es grpc

当我安装一个dialogflow grpcio时,它在运行时崩溃...

我使用的是什么版本的gRPC和哪种语言?

我要安装一个版本:

  • grpcio == 1.30.0
  • python == 3.6.9

输出错误:

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hpq5jtn0/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-48xyxihh-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-hpq5jtn0/grpcio/

1 个答案:

答案 0 :(得分:0)

我想出了解决方法。问题出在setuptools上。将其降级到49.6.0,然后尝试安装即可。

const

ref:https://github.com/grpc/grpc/issues/24037