报错:
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘d:\anaconda3\lib\site-packages\~klearn\linear_model\_cd_fast.cp37-win_amd64.pyd’
Consider using the --user
option or check the permissions.
注意报错的最后一句话:Consider using the --user
option or check the permissions.
看来加个 --user
好像能解决的样子
然后我重新Win+R→cmd后输入:pip install --user imblearn
安装成功!