Opendr installation error (python2.7 & Ubuntu 16.04): failed with error code 1 in /tmp/pip-install-e1zPWl/opendr/
I am trying to set up virtualenv on Ubuntu 16.04. I have already installedpip (v.19.0.3), scipy, numpy, matplotlib, scikit-image, deepdish, opencv_python, absl_py and ipdb.
When I try to install opendr with
pip2 install opendrI get this error:
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/Any suggestions to fix it?
1 Answer
Try this command to specify the version number:
pip install opendr==0.77 0