赞
踩
本文记录在树莓派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版本后,运行程序后遇到如下错误,截图如下
sudo pip3 install numpy==1.23.5 --upgrade #更新到指定版本
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。