我正在尝试在 Ubuntu 14.04 上安装 CVXpy,使用 python 2.7.6,pip 1.5.4。我尝试了这里提出的方式: http ://www.cvxpy.org/en/latest/install/index.html
它运行顺利,直到:我得到错误的nosetests cvxpy:
ImportError:没有名为 canonInterface 的模块
所以我尝试安装包 CVXcanon 但命令 pip install CVXcanon 给出以下错误:
/usr/bin/python -c "import setuptools, tokenize;
__file__='/tmp/pip_build_baptiste/CVXcanon/setup.py';
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))"
install --record /tmp/pip-_ehIzX-record/install-record.txt --single-version-externally-managed --compile
failed with error code 1 in /tmp/pip_build_baptiste/CVXcanon
你对如何解决这个问题有什么建议吗?谢谢你。