gpt4 book ai didi

python - 如何解决读取虹膜数据时出现超时错误?

转载 作者:太空宇宙 更新时间:2023-11-03 21:20:04 25 4
gpt4 key购买 nike

我在读取数据时出现超时错误。

我在公司,所以得写 pip install --proxy= http://ep.threatpulse.net:80 pandas 以便安装 pandas。这是一个 prozy 问题吗?

import pandas as pd
url = "https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data"
df = pd.read_csv(url, names=['sepal length','sepal width','petal length','petal width','target'])

结果是这样的:

urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

最佳答案

是的,出现此错误是因为无法建立与互联网的连接 - 网络错误或代理设置问题。您可以检查您的 IE 上的代理设置是否默认,或者在同一网络中的另一台 PC 上尝试或请求您公司的系统管理员允许访问。

关于python - 如何解决读取虹膜数据时出现超时错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54358870/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com