pip安装模块遇到的问题
1)No module named 'pip'
2)Consider using the `--user` option or check the permissions.
建议使用命令:python -m pip install --upgrade pip --user
临时解决办法:pip install urllib -i https://mirrors.aliyun.com/pypi/simple/
长期解决办法:pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

附:国内源
阿里云 https://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) https://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
征途漫漫,惟有奋斗!
浙公网安备 33010602011771号