santoshlite / Empyrial

An Open Source Portfolio Backtesting Engine for Everyone | 面向所有人的开源投资组合回测引擎
https://empyrial.gitbook.io/empyrial/
MIT License
914 stars 124 forks source link

Installation on Mac M1 Processor fails #76

Closed thirumalairajr closed 1 year ago

thirumalairajr commented 1 year ago

Pip install fails on Mac M1 chip with the error FileNotFoundError: [Errno 2] No such file or directory: 'README.md' when it tries to install ecos==2.0.11 https://github.com/embotech/ecos-python/issues/33 Workaround for this issue is to install ecos 2.0.5 version before installing empyrial pip install ecos==2.0.5

@ssantoshp Can we add it to the installation docs for people using Mac M1 processor or adding this requirement in requirement.txt ?

santoshlite commented 1 year ago

Thanks for reporting it, will do!