- 积分
- 1971
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-4-7
- 最后登录
- 1970-1-1

|
发表于 2018-11-27 10:08:14
|
显示全部楼层
Traceback (most recent call last):
File "D:/phython/rhum.py", line 33, in <module>
"target": "F:\data\era_interim_rhum_1980-2011.nc",
File "D:/phython\ecmwfapi\api.py", line 520, in retrieve
c.execute(req, target)
File "D:/phython\ecmwfapi\api.py", line 480, in execute
size = self._transfer(urljoin(self.url, result["href"]), target, result["size"])
File "D:/phython\ecmwfapi\api.py", line 140, in wrapped
return func(self, *args, **kwargs)
File "D:/phython\ecmwfapi\api.py", line 434, in _transfer
chunk = http.read(1048576) # 1MB chunks
File "D:\phython\lib\socket.py", line 380, in read
data = self._sock.recv(left)
File "D:\phython\lib\httplib.py", line 567, in read
s = self.fp.read(amt)
File "D:\phython\lib\socket.py", line 380, in read
data = self._sock.recv(left)
File "D:\phython\lib\ssl.py", line 241, in recv
return self.read(buflen)
File "D:\phython\lib\ssl.py", line 160, in read
return self._sslobj.read(len)
error: [Errno 10054]
想问一下楼主这样的错误是因为什么呀 |
|