下载安装包https://cloud.189.cn/t/neQjAnuAryme
全部默认安装
设置环境变量Path
C:UsersJalonwAppDataLocalProgramsPythonPython38Scripts
C:UsersJalonwAppDataLocalProgramsPythonPython38
CMD运行命令:
Pip3 install qiniu
Pip3 install requests
pip3 install oss2
pip install报错,“Consider using the `–user` option or check the permissions”
在使用pip install时,提示pip的版本过低,需要更新的时候提示:
WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

按照提示输入:
python -m pip install --upgrade pip
但是报错:Consider using the `--user` option or check the permissions.
换成下面的命令完美解决
python -m pip install --upgrade pip --user
版权声明:橙逸所提供的文章、图片等内容均为用户发布或互联网整理而来,仅供学习参考,如有侵犯您的版权,请联系我们微信:jalonw删除。
发表评论
电子邮件地址不会被公开。 必填项已用*标注