当前位置:   article > 正文

树莓派4B 安装 sklearn_树莓派安装sklearn

树莓派安装sklearn

 本文记录在树莓派4B中安装sklearn库的步骤以及安装时遇到的问题

安装步骤

sudo pip3 install numpy==1.23.5

sudo apt-get install python3-numpy python3-scipy -y

sudo apt-get install python3-sklearn -y

值得注意的是,numpy版本不能过高。在安装了numpy1.24.2版本后,运行程序后遇到如下错误,截图如下

 

 主要错误提示:

AttributeError: module 'numpy' has no attribute 'float'.
`np.float` was a deprecated alias for the builtin `float`. To avoid this error in existing code, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here

之后安装numpy==1.23.5就解决了该问题

sudo pip3 install numpy==1.23.5 --upgrade #更新到指定版本

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/541681
推荐阅读
相关标签
  

闽ICP备14008679号