Python安装pandas/scikit-learn

版权声明:本文为博主原创文章,转载请注明作者和出处! https://blog.csdn.net/tterminator/article/details/79521662

前提

安装pandas/scikit-learn这些包的前提:需要先安装Numpy、SciPy、pandas、MatPlotLib,这些包的安装请参考Numpy、SciPy、pandas、MatPlotLib包安装

pip install sklearn
pip install pandas

注意版本号:pip freeze 查看

参考

https://www.lookfor404.com/%E8%AE%B0%E5%BD%95%E4%B8%80%E4%B8%8Bwindows%E4%B8%8Bpanda%E7%9A%84%E5%AE%89%E8%A3%85%E8%BF%87%E7%A8%8B/

https://github.com/scikit-learn/scikit-learn/issues/8215

猜你喜欢

转载自blog.csdn.net/tterminator/article/details/79521662