安装pysparse失败,错误代码为1

时间:2018-06-16 20:42:01

标签: python pip

我需要一个名为topy的python脚本的pysparse。当sudo pip install pysparse我收到此错误时:

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

我试过了:

sudo apt-get install python-dev libpython-dev libevent-dev libsuperlu-dev libblas-dev liblapack-dev

也尝试csc-pysparse作为替代方案并将其安装在几个ubuntu系统上。

0 个答案:

没有答案