1. scikit-learn所依赖的环境:
python(>=2.6 or >=3.3)
numpy(>=1.6.1)
scipy(>=0.9)
可用conda list 查看当前所安装的包
2. 有两种安装方式:
(1) pip安装:pip install -U scikit-learn
(2) conda安装:conda install scikit-learn
在使用pip安装时报错

tensorflow环境下安装scikit-learn

然后又尝试了conda,使用conda安装成功。

tensorflow环境下安装scikit-learn

 

相关文章:

  • 2021-09-17
  • 2021-10-27
  • 2021-08-14
  • 2021-11-23
  • 2021-12-07
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-04
  • 2021-07-12
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-09-28
相关资源
相似解决方案