python使用pycharm下载库慢(pip换源) 使用pycharm或者命令行pip的官方PyPI下载第三方库特别慢,切换成国内的下载速度就会比较快。 //国内-清华大学镜像站 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple //国内-阿里云镜像站 pip config set global.index-url https://mirrors.aliyun.com/pypi/simpleJava