最近写Python需要用到numpy包 运行pip install numpy就会自动安装 一.因此需要先安装pip 1.如果安装的是Python>=2.7.9或者Python>=3.4,那么Python已经集成了pip,只是需要在线更新一下pip pip is already installed if you're using Python 2 >=2.7.9 or Python 3 >=3.4 binaries downloaded from python.org, but y
前言:Python开发:Python2和Python3的共存和切换使用 一.问题如下: 1.截图: 2.错误信息: Could not find a version that satisfies the requirement re (from versions: ) No matching distribution found for re 3.翻译: 找不到满足re要求的版本(来自版本: ) 找不到re的匹配分布 二.解决方法: 1.采用国内镜像则能够提高安装成功率并提速: