更新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