我想通过 pip install requests 安装第三方库,但是一直报错 装不上去 python和pycharm已经安装好了的 应该怎么处理这个问题,命令提示符框里面显示红色的报错:
Could not find a version that satisfies the requirement requests (from versions: )
No matching distribution found for requests
可能是国外源的问题,使用国内源如阿里云源:
pip install requests -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com