scikit-learn安装
生活随笔
收集整理的這篇文章主要介紹了
scikit-learn安装
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
安裝找到一個簡書版本,講的挺好的,先貼網址
https://www.jianshu.com/p/26ab6c22051e
但是在安裝過程中,遇見了問題,現在貼一下:
numpy_quaternion-2018.5.17-cp36-cp36m-win32.whl is not a supported wheel on this platform.
百度了一下很多解決方法,看到說:
在shell中輸入import pip; print(pip.pep425tags.get_supported())可以獲取到pip支持的文件名還有版本
然鵝,輸入之后,出現了
AttributeError: module 'pip' has no attribute 'pep425tags'
google了一下,找到解決方案:
For pip v10 use this:
import pip; import pip._internal; print(pip._internal.pep425tags.get_supported()) 完美!!總結
以上是生活随笔為你收集整理的scikit-learn安装的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: css代码优化思路,CSS代码优化方法
- 下一篇: 分库后如何分页