Closed lucabruno300 closed 4 years ago
Hi @lucabruno300, thanks for raising this. Looks similar to #177 – what operating system are you on?
What happens if you try pip install cvxpy==1.0.31
?
Could you try installing a C++ compiler, e.g conda install -c conda-forge gcc
or conda install clang_osx-64 clangxx_osx-64 -c anaconda
?
Linux, I had to install cvxpy through conda forge as pip did not work, but pyporfopt did not install. Finally downgrading to cvxpy 1.0.31 through conda forge then pip install pyportfolioopt did the trick. Thank you
Operating system, environment, python version anaconda, python3.7
What you tried pip install pyportfolioopt
Error message
It seems its trying to install cvxpy although I have it already (version 1.1.4) and fails to build the dependecies
If i try to pip install cvxpy it says requirement already satisfied...