更新pip报错
错误信息:无法将“D:\PyCharm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
解决方法:更换阿里云镜像源,添加 --trusted-host mirrors.aliyun.com
python -m pip install --upgrade pip -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com