Hi,
The program got stuck in step “nimare.extract.download_abstracts(dset, ‘xxx’)”, and showing warning like this:
import imp
WARNING:nimare.utils:Not applying transforms to coordinates in unrecognized space “UNKNOWN”
INFO:nimare.extract.extract:Downloading chunk 1 of 16
Traceback (most recent call last):
File “/usr/python/lib/python3.6/urllib/request.py”, line 1318, in do_open
encode_chunked=req.has_header(‘Transfer-encoding’))
File “/usr/python/lib/python3.6/http/client.py”, line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/python/lib/python3.6/http/client.py”, line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/python/lib/python3.6/http/client.py”, line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/python/lib/python3.6/http/client.py”, line 1026, in _send_output
self.send(msg)
File “/usr/python/lib/python3.6/http/client.py”, line 964, in send
self.connect()
File “/usr/python/lib/python3.6/http/client.py”, line 1392, in connect
super().connect()
File “/usr/python/lib/python3.6/http/client.py”, line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File “/usr/python/lib/python3.6/socket.py”, line 704, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File “/usr/python/lib/python3.6/socket.py”, line 745, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/prot/NiMARE/Neurosynth/download_neurosynth.py”, line 49, in
dset = nimare.extract.download_abstracts(dset, ‘tsalo006@fiu.edu’)
File “/usr/python/lib/python3.6/site-packages/nimare/extract/extract.py”, line 294, in download_abstracts
retmode=‘text’)
File “/usr/python/lib/python3.6/site-packages/Bio/Entrez/init.py”, line 205, in efetch
return _open(cgi, variables, post=post)
File “/usr/python/lib/python3.6/site-packages/Bio/Entrez/init.py”, line 602, in _open
handle = urlopen(cgi, data=options.encode(“utf8”))
File “/usr/python/lib/python3.6/urllib/request.py”, line 223, in urlopen
return opener.open(url, data, timeout)
File “/usr/python/lib/python3.6/urllib/request.py”, line 526, in open
response = self._open(req, data)
File “/usr/python/lib/python3.6/urllib/request.py”, line 544, in _open
‘_open’, req)
File “/usr/python/lib/python3.6/urllib/request.py”, line 504, in _call_chain
result = func(*args)
File “/usr/python/lib/python3.6/urllib/request.py”, line 1361, in https_open
context=self._context, check_hostname=self._check_hostname)
File “/usr/python/lib/python3.6/urllib/request.py”, line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>
Process finished with exit code 1
I don’t understand what’s happening and hope to get directions. Thank you.
Best,
siyang