我正在尝试让 pip (3.6) 在 CentOS 6 上安装软件包 thrift-sasl、thrift-py 和 impyla,但我不断收到此错误。
命令“/usr/bin/python3.6 -u -c”导入setuptools,tokenize;file ='/tmp/pip-build-rv4_laqv/thriftpy/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-hogvggj3-record/install-record.txt --single- version-externally-managed --compile" 失败,错误代码 1 在 /tmp/pip-build-rv4_laqv/thriftpy/
我尝试过的事情
- 更新点子
- 安装/更新 setuptools
- yum install gcc-c++ python-devel.x86_64 cyrus-sasl-devel.x86_64
有什么建议或见解吗?