Entering edit mode
6.4 years ago
schlogl
▴
160
I am trying to install pygraphviz via pip but got this error msg, Do you guys have any alternative or some way to help fix this problem? Thanks
----------------------------------------
Command "/home/xxxxx/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-o55yt6q0/pygraphviz/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-3_7v5ynn/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-o55yt6q0/pygraphviz/
Solved. Sorry to bother.
It might be helpful for others if you share what you did to solve this issue.
Please use sensible tags, in this case
software error
isn't very descriptive. Good tags could have beenpip
andpygraphviz
. With appropriate tags experts can easily find your question and provide help quickly.