SSL: CERTIFICATE_VERIFY_FAILED with urllib

前端 未结 4 576
南旧
南旧 2020-12-28 20:19

I\'m running into trouble with the module urllib (Python 3.6). Every time I use the module, I get a page\'s worth of errors.

what\'s wrong with urllib and how to fi

4条回答
  •  醉话见心
    2020-12-28 21:01

    To fix the problem, open your bash and write:

    cd /Applications/Python 3.6
    

    then:

    sudo Certificates.command
    

提交回复
热议问题