It runs smoothly until: nosetests cvxpy where I get the error:
ImportError: No module named canonInterface
So I tried to install the package CVXcanon but the command pip install CVXcanon gives the following error:
Command /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
This package seems useful as I can run examples such as admm_example.py. Error :ImportError: No module named cvxpy
Would you have an advice on how to get this issue settled? Thank you.
The one installed via anaconda is the second one, seemingly.