ERROR: Could not find a version that satisfies the requirement XX (from versions: none) ERROR: No...
ERROR: Could not find a version that satisfies the requirement XX (from versions: none) ERROR: No matching distribution found for XX
分析:
第一个可能的原因:网络不够稳定,建议直接重启一波,网络重新连接
第二个可能的原因:你的pip 太老了,使用这个命令更新:python -m pip install --upgrade pip
第三个可能:看一下python是不是64bit的
命令:python