Skip to content

Instantly share code, notes, and snippets.

@tetlabo
Created May 23, 2021 08:22
Show Gist options
  • Save tetlabo/112aee09a3389c4a898c537f5211bdcc to your computer and use it in GitHub Desktop.
Save tetlabo/112aee09a3389c4a898c537f5211bdcc to your computer and use it in GitHub Desktop.
scikit-learn-intelexライブラリをminicondaにインストールする例
conda update --all # 環境全体をアップデートする。ここで、"scikit-learn-intelex をインストールしてみてね" 的なメッセージが表示される
conda install -c conda-forge scikit-learn-intelex # 筆者の環境では、anacondaリポジトリからはconflictが発生してインストールできなかったので
conda update --all # 再度アップデートすると、anacondaリポジトリのほうの scikit-learn-intelex に置き換わる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment