robertmartin8 / PyPortfolioOpt

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

Could not install pyportfolioopt 1.5.4 (MacOS 13.1 venv) #506

Closed yannisant closed 1 year ago

yannisant commented 1 year ago

Operating system, environment, python version venv on MacOS 13.1 (22C65), Python 3.10.7, pyportfolioopt 1.5.4

What you tried pip install pyportfolioopt

Error message

error: [Errno 2] No such file or directory: 'README.md'
yosukesan commented 1 year ago

Is your problem identical to this run ? Please collapse 'Install dependencies' and chech where it was terminated on your env. https://github.com/yosukesan/PyPortfolioOpt/actions/runs/3775485419/jobs/6418196292

I found CI is not running on win32 and macos correctly. see issue https://github.com/robertmartin8/PyPortfolioOpt/issues/509

88d52bdba0366127fffca9dfa93895 commented 1 year ago

I fixed the CI on the latest master branch and am closing this issue. Please feel free to reopen it if necessary.

If you still see the above error, please provide more information about your specific case as it may be different from others.