0
0

More than 3 years have passed since last update.

Pythonでscikit-learnがinstallできない

Posted at

環境

Python3.8.0

概要

ざっと見た感じ

No module named 'Cython'

これと、あとNumpyを先に入れていたせいでバージョンの依存関係でエラーが出たっぽい。

ので

解決策

pip3 install Cython
pip3 install -U scikit-learn

-Uつけるとすでに入っているライブラリとの依存関係をいい感じにしてくれるっぽい??

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0