我需要一个名为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系统上。