Opendr 安装错误(python2.7 & Ubuntu 16.04):在 /tmp/pip-install-e1zPWl/opendr/ 中出现错误代码 1 失败

Opendr 安装错误(python2.7 & Ubuntu 16.04):在 /tmp/pip-install-e1zPWl/opendr/ 中出现错误代码 1 失败

我正在尝试在Ubuntu 16.04上进行设置virtualenv。我已经 安装了pip (v.19.0.3)、、、、、、、和。scipynumpymatplotlibscikit-imagedeepdishopencv_pythonabsl_pyipdb

当我尝试安装opendr

pip2 install opendr

我收到此错误:

Failed building wheel for opendr
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-e1zPWl/opendr/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-record-T_iRmN/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-e1zPWl/opendr/

有什么建议可以解决这个问题吗?

答案1

尝试此命令来指定版本号:

pip install opendr==0.77

相关内容