我正在尝试在Ubuntu 16.04上进行设置virtualenv
。我已经 安装了pip (v.19.0.3)
、、、、、、、和。scipy
numpy
matplotlib
scikit-image
deepdish
opencv_python
absl_py
ipdb
当我尝试安装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