anaconda下载vscode显示('Connectivity Error', 'Please check your internet connection is working.')

anaconda下载vscode显示('Connectivity Error', 'Please check your internet connection is working.')

关注让【道友老李】来帮你解答,本回答参考gpt编写,并整理提供,如果还有疑问可以点击头像关注私信或评论。
如果答案让您满意,请采纳、关注,非常感谢!这个问题可能是由于Anaconda与VSCode的连接问题所导致的。你可以尝试以下几种方法解决问题:
import requests
try:
response = requests.get("http://www.google.com")
print("Internet connection is working")
except requests.ConnectionError:
print("Please check your internet connection is working")