You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 embotech/ecos-python#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 ?
The text was updated successfully, but these errors were encountered:
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
embotech/ecos-python#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 ?
The text was updated successfully, but these errors were encountered: