pip install imblearn安装失败已解决
Posted 土味儿大谢
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip install imblearn安装失败已解决相关的知识,希望对你有一定的参考价值。
报错:
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
安装成功!
以上是关于pip install imblearn安装失败已解决的主要内容,如果未能解决你的问题,请参考以下文章
python -m pip install --upgrade pip 安装失败
Pip Install -r continue 过去失败的安装
Pip Install -r continue 过去失败的安装