habroptilus / lilac

0 stars 0 forks source link

実行時にlightgbm関連でwarningが出ている? #25

Open habroptilus opened 3 years ago

habroptilus commented 3 years ago

/Users/hikaru/.local/lib/python3.6/site-packages/lightgbm/init.py:46: UserWarning: Starting from version 2.2.1, the library file in distribution wheels for macOS is built by the Apple Clang (Xcode_8.3.3) compiler. This means that in case of installing LightGBM from PyPI via the pip install lightgbm command, you don't need to install the gcc compiler anymore. Instead of that, you need to install the OpenMP library, which is required for running LightGBM on the system with the Apple Clang compiler. You can install the OpenMP library by the following command: brew install libomp. "You can install the OpenMP library by the following command: brew install libomp.", UserWarning)

habroptilus commented 3 years ago

コマンド実行した時に毎回読み込まれるけど先に引数をparseして欲しかったりする