当我安装一个对话框流一个grpcio它在运行时崩溃..。
gRPC的什么版本和我使用的是什么语言?
我正在安装一个版本:
输出错误:
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/发布于 2020-09-09 11:39:42
我想出了解决办法。问题在于设置工具。将其降级到49.6.0,并尝试安装它就可以了。
pip install setuptools==49.6.0 https://stackoverflow.com/questions/63810848
复制相似问题