osmnx下载osm路网报错

python
G = ox.graph_from_place("连云港,中国",network_type="drive",which_result=1)
ox.save_graph_shapefile(G,filepath="C:\Users\Administrator\Desktop\连云港")

一直报错:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='nominatim.openstreetmap.org', port=443): Max retries exceeded with url: /search?format=json&polygon_geojson=1&dedupe=0&limit=1&q=%E8%BF%9E%E4%BA%91%E6%B8%AF%EF%BC%8C%E4%B8%AD%E5%9B%BD (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。'))
我记得不用梯子就可以直接下载的呀

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^