安装并使用Jupyter Notebook

前言 工欲善其事,必先利其器,好的环境让我们事半功倍,本文就来讲怎么搭建机器学习运行的环境。 你也许听说过机器学习项目对配置要求高,硬件上需要带 GPU 的显卡,软件上面需要在 Server 中搭建 …

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 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

一、问题 执行pip install报错 或 pip list提示SSL Module not available pip is configured with locations that requ…

close
arrow_upward