python 尝试加载提示数据集时,在seaborn中出现错误

y53ybaqx  于 2023-10-14  发布在  Python
关注(0)|答案(1)|浏览(230)

当我尝试使用jupyter nootebook从seaborn加载提示数据集时,我在seaborn中遇到超时错误,我如何解决这些问题?TimeoutError Traceback(most recent call last)File ~\anaconda3\Lib\urllib\request.py:1348,in AbstractHTTPHandler.do_open(self,http_class,req,**http_conn_args)1347 try:-> 1348 h.request(req.get_method(),req.selector,req.data,headers,1349 encode_chunked=req.has_header('Transfer-encoding'))1350 except OSError as err:#超时错误
URLError:<urlopen error [WinError 10060]连接尝试失败,因为连接的一方在一段时间后没有正确响应,或者由于连接的主机没有响应而建立连接失败>
enter image description here
我试图使用seaborn库加载提示数据集,我使用jupyter notebook import seaborn作为sns tips = sns.load_dataset(“tips”)tips.head()

piok6c0g

piok6c0g1#

这种情况出现时,你没有响应或你不改变任何代码或运行文件在一定时期的时间

相关问题