其实就是切换不同镜像安装
我最终成功的是阿里云镜像
pip install --trusted-host mirrors.aliyun.com pytest
也可以用其他的
pip install -i https://pypi.org/simple pytest # 或者使用其他的镜像源 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pytest
其实就是切换不同镜像安装
我最终成功的是阿里云镜像
pip install --trusted-host mirrors.aliyun.com pytest
也可以用其他的
pip install -i https://pypi.org/simple pytest # 或者使用其他的镜像源 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pytest