错误消息:无法找到软件包 libatlas3gf-base

Error message: Unable to locate package libatlas3gf-base

我尝试使用以下命令安装 scikit-learn 包

sudo apt-get install build-essential python-dev python-setuptools 
sudo apt-get install python-numpy python-scipy 
sudo apt-get install libatlas-dev libatlas3gf-base

收到错误消息

Unable to locate package libatlas3gf-base

忽略消息,继续执行命令

pip install --user --install-option="--prefix=" -U scikit-learn

'Disabling all use of wheels due to the use of --build-options --install-options /global-options'。需要永远 运行 setup.py 安装 scikit-learn,但终于安装了。