I'm having issues installing ecos with conda. The installation works fine, but the version number is reported as 0.0.0 instead of 2.0.8. This gives me trouble when I try to pip install a package that requires cvxpy, because it tries to pip install ecos>=2, overriding the one from conda.
I'm having issues installing ecos with conda. The installation works fine, but the version number is reported as 0.0.0 instead of 2.0.8. This gives me trouble when I try to pip install a package that requires cvxpy, because it tries to pip install ecos>=2, overriding the one from conda.
Please see the output below.