【问题标题】:cannot install jupyter using pip3无法使用 pip3 安装 jupyter
【发布时间】:2018-01-09 23:32:48
【问题描述】:

无法获取 URL https://pypi.python.org/simple/jupyter/:确认 ssl 证书时出现问题:[SSL: CERTIFICATE_VERIFY_FAILED] 证书验证失败 (_ssl.c:748) - 跳过

我使用的是 Windows 7 机器,Python 3.6 版本,pip 版本为 9.0.1。

【问题讨论】:

    标签: python jupyter


    【解决方案1】:

    使用我发现的 herehere

    pip install --index-url=http://pypi.python.org/simple/ --trusted-host pypi.python.org  jupyter
    

    【讨论】:

    • 谢谢,我找到了问题。有一个网络问题阻止我在工作地点安装 jupyter 堆栈。
    猜你喜欢
    • 2021-04-04
    • 2018-07-13
    • 1970-01-01
    • 2021-09-11
    • 2018-08-05
    • 1970-01-01
    • 2018-12-15
    • 1970-01-01
    • 2017-07-04
    相关资源
    最近更新 更多