更新python中的库

更新python中的库

哪些out了

pip list --outdated

更新对应的库

pip install --upgrade scikit-learn

ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: 'D:\ProgramData\Anaconda3\Lib\site-packages\sklearn\~_check_build\_check_build.cp38-win_amd64.pyd'
Consider using the --user option or check the permissions.

pip install --upgrade scikit-learn --user
posted on 2022-03-14 12:09  cookie的笔记簿  阅读(24)  评论(0编辑  收藏  举报