at backyard

Color my life with the chaos of trouble.

scikit-learnのインストールに失敗する(M1 MacBook Air)

M1のMacBook Airscikit-learn を試そうとしたが、下記のようなエラーが出て失敗してしまった。

pip subprocess to install build dependencies did not run successfully.

ためしにcondaのほうで環境を作り、下記の conda install を使うことで無事にインストールできた。

conda install -c conda-forge scikit-learn

以上、備忘録。