Skip to content

Commit 1bb8f2f

Browse files
authored
Enhance README with LightGBM Installation Guidance for Mac M1 Users (#1766)
* Update README.md * Update README.md * Update README.md
1 parent 39f88da commit 1bb8f2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ Also, users can install the latest dev version ``Qlib`` by the source code accor
172172
173173
**Tips**: If you fail to install `Qlib` or run the examples in your environment, comparing your steps and the [CI workflow](.github/workflows/test_qlib_from_source.yml) may help you find the problem.
174174
175+
**Tips for Mac**: If you are using Mac with M1, you might encounter issues in building the wheel for LightGBM, which is due to missing dependencies from OpenMP. To solve the problem, install openmp first with ``brew install libomp`` and then run ``pip install .`` to build it successfully.
176+
175177
## Data Preparation
176178
Load and prepare data by running the following code:
177179

0 commit comments

Comments
 (0)