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
git clone https://github.com/microsoft/qlib.git && cd qlib
pip install . # `pip install -e .[dev]` is recommended for development. check details in docs/developer/code_standard_and_dev_guide.rst
When I run the above commands to install qlib on my Apple M2 Pro 15.1.1 machine, I got the following error.
qlib/data/_libs/rolling.cpp:1268:10: fatal error: 'ios' file not found
1268 | #include "ios"
| ^~~~~
1 warning and 1 error generated.
error: command '/usr/bin/clang++' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyqlib
Failed to build pyqlib
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyqlib)
Does anyone know how to solve this problem? This problem doesn't exist when the version of my operating system version was 14.X.
🐛 Bug Description
When I run the above commands to install qlib on my Apple M2 Pro 15.1.1 machine, I got the following error.
Does anyone know how to solve this problem? This problem doesn't exist when the version of my operating system version was 14.X.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
I expect qlib can be successfully installed on my Apple M2 Pro.
Screenshot
Environment
Note: User could run
cd scripts && python collect_info.py all
under project directory to get system informationand paste them here directly.
Windows
,Linux
,MacOS
): Apple M2 Pro 15.1.1Additional Notes
The text was updated successfully, but these errors were encountered: