推荐学习书目
› Learn Python the Hard Way
Python Sites
› PyPI - Python Package Index
› http://diveintopython.org/toc/index.html
› Pocoo
值得关注的项目
› PyPy
› Celery
› Jinja2
› Read the Docs
› gevent
› pyenv
› virtualenv
› Stackless Python
› Beautiful Soup
› 结巴中文分词
› Green Unicorn
› Sentry
› Shovel
› Pyflakes
› pytest
Python 编程
› pep8 Checker
Styles
› PEP 8
› Google Python Style Guide
› Code Style from The Hitchhiker's Guide
Vkin
V2EX  ›  Python

pip3 install apscheduler 报错,应该如何解决?

  •  
  •   Vkin · Nov 9, 2017 · 4628 views
    This topic created in 3243 days ago, the information mentioned may be changed or developed.

    pip3 install apscheduler

    Collecting apscheduler

    Could not fetch URL https://pypi.python.org/simple/apscheduler/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping

    Could not find a version that satisfies the requirement apscheduler (from versions: )

    No matching distribution found for apscheduler

    有网友提出的解决方法是 pip3 install certifi

    但似乎并没有用,因为已经安装了 certifi

    pip3 install certifi

    Requirement already satisfied: certifi in /usr/local/lib/python3.6/site-packages

    Python 版本 3.6,macos10.12

    6 replies  •  2017-11-09 21:35:21 +08:00
    TimePPT
        1
    TimePPT  
       Nov 9, 2017   ❤️ 1
    试试升级下 pip
    rebeccaMyKid
        2
    rebeccaMyKid  
       Nov 9, 2017   ❤️ 1
    你试下换个源. `pip3 install apscheduler -i https://pypi.douban.com/`
    Vkin
        3
    Vkin  
    OP
       Nov 9, 2017
    @TimePPT 无法升级,升级也是同样的提示:Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping
    Vkin
        4
    Vkin  
    OP
       Nov 9, 2017
    @rebeccaMyKid 也是同样的提示:
    pip3 install apscheduler -i https://pypi.douban.com/

    Collecting apscheduler
    Could not fetch URL https://pypi.douban.com/apscheduler/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping
    Could not find a version that satisfies the requirement apscheduler (from versions: )
    No matching distribution found for apscheduler
    raysonx
        5
    raysonx  
       Nov 9, 2017 via Android   ❤️ 1
    用 curl 访问一下试试。
    猜测你机器的 ca 证书有问题。
    Vkin
        6
    Vkin  
    OP
       Nov 9, 2017
    @raysonx 的确是证书的问题。谢谢🙏
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   2618 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 01:30 · PVG 09:30 · LAX 18:30 · JFK 21:30
    ♥ Do have faith in what you're doing.