robertmartin8 / PyPortfolioOpt

Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
https://pyportfolioopt.readthedocs.io/
MIT License
4.39k stars 940 forks source link

Can't install on Windows Anaconda #340

Closed Jeff-kelly-104 closed 3 years ago

Jeff-kelly-104 commented 3 years ago

Hi,

I cannot use any of the functions from pypfopt.

I installed C++ and was able to run the "pip install pyportfolioopt" (see below)

image

However, I must be missing a step as I get the error below when I try to run pyfopt.

image

Any help would be amazing. Thanks!

Jeff-kelly-104 commented 3 years ago

Solved, apologies!

ANDREWNGT commented 3 years ago

Hi, I'm facing the same issue. Could you please write up how you solved this?