我正在尝试使用 pip3.5 安装软件包,但出现以下错误:
(base) Names-Air:~ name$ pip3.5 install matplotlib
Collecting matplotlib
Could not fetch URL https://pypi.python.org/simple/matplotlib/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:720) - skipping
Could not find a version that satisfies the requirement matplotlib (from versions: )
No matching distribution found for matplotlib
(base) Names-Air:~ name$
我需要使用 pip3.5,因为我将它与搅拌机游戏引擎一起使用,据我所知,它只支持 python3.5.3。
请让我知道我应该怎么做才能解决这个问题,因为我发现的所有其他解决方案都涉及升级 pip 版本,这是我做不到的。