今天用pip安装一些常用库,然后出现以下这段代码。
需要升级一下pip
参考
阿里巴巴开源镜像站
首先切换使用国内阿里巴巴的pypi镜像源
a. 找到下列文件(windows目录:C:\Users\Administrator)
b. 在上述文件中添加或修改:
接着升级pip
cmd下输入:python -m pip install --upgrade pip
ok
接着就可以继续使用pip install xxxxx 安装库了
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!