We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Failed building wheel for opendr Running setup.py clean for opendr Building wheel for ipdb (setup.py) ... done Stored in directory: /root/.cache/pip/wheels/59/24/91/695211bd228d40fb22dff0ce3f05ba41ab724ab771736233f3 Building wheel for chumpy (setup.py) ... done Stored in directory: /root/.cache/pip/wheels/bd/34/cf/3719f67895ddd6d8668f861bfebb7a879ea86a747ff5b952d5 Successfully built ipdb chumpy Failed to build opendr Installing collected packages: chumpy, opendr, deepdish, ipdb Running setup.py install for opendr ... error ERROR: Command "/usr/bin/python2 -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-dh9HII/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-jcSAH_/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-dh9HII/opendr/
The text was updated successfully, but these errors were encountered:
Failed building wheel for opendr this is a opendr problem
this should be fixed by downgrading. Use !pip2 install opendr==0.77 --no-cache-dir or opendr==0.77 in requirements.txt
!pip2 install opendr==0.77 --no-cache-dir
opendr==0.77
Sorry, something went wrong.
No branches or pull requests
ERROR: Failed building wheel for opendr
Running setup.py clean for opendr
Building wheel for ipdb (setup.py) ... done
Stored in directory: /root/.cache/pip/wheels/59/24/91/695211bd228d40fb22dff0ce3f05ba41ab724ab771736233f3
Building wheel for chumpy (setup.py) ... done
Stored in directory: /root/.cache/pip/wheels/bd/34/cf/3719f67895ddd6d8668f861bfebb7a879ea86a747ff5b952d5
Successfully built ipdb chumpy
Failed to build opendr
Installing collected packages: chumpy, opendr, deepdish, ipdb
Running setup.py install for opendr ... error
ERROR: Command "/usr/bin/python2 -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-dh9HII/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-jcSAH_/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-dh9HII/opendr/
The text was updated successfully, but these errors were encountered: