【发布时间】:2021-12-09 08:09:45
【问题描述】:
我正在尝试运行 GET 请求以获取 Github 网址。不幸的是,我总是收到一条错误消息。
我在几个不同的网站上尝试过它,它可以工作,只是不适用于 github。
我正在尝试用 Python 中的 Jupyter Notebooks 来做这件事,如果这很重要的话。
这是错误消息:
ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /jana-hoh/gdp/main/DP_LIVE_22102021141534889.csv (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a1c285d60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
【问题讨论】:
标签: python github url python-requests jupyter-lab