无法在ubuntu中使用pip安装Python-igraph

时间:2018-04-03 08:15:56

标签: igraph

当我尝试使用sudo pip install python-igraph

安装python-igraph时出现以下错误

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ZHOdbM/python-igraph/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-MGaN23-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-ZHOdbM/python-igraph/

我还尝试使用答案UnicodeDecodeError when installing python-igraph

中给出的链接安装C核心

1 个答案:

答案 0 :(得分:0)

我建议您使用conda和以下命令:

conda install -c conda-forge python-igraph 

https://anaconda.org/conda-forge/python-igraph