我检查了它们, python --version Python 3.7.1
pip --version 点18.1
我正在使用Windows 10。
但是,pip install tenserflow运行命令行,出现以下错误。
pip配置了需要TLS / SSL的位置,但是Python中的ssl模块不可用。
Could not fetch URL https://pypi.org/simple/pip/:
There was a problem confirming the ssl certificate:
HTTPSConnectionPool(host='pypi.org', port=443):
Max retries exceeded with url: /simple/pip/
(Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
为什么?
答案 0 :(得分:1)
根据错误ssl模块不可用,您可以手动下载它。
希望本文对您有帮助=> https://medium.com/@moreless/pip-complains-there-is-no-ssl-support-in-python-edbdce548852
答案 1 :(得分:0)
首先更新pip
pip install --upgrade pip
然后使用
安装TensorFlowpip install tensorflow