Today I noticed that running "./configure" or ./update_amber --update produces the following output:
Checking for updates...
Checking for available patches online. This may take a few seconds...
Traceback (most recent call last):
File "./update_amber", line 26, in <module>
app.mainloop()
File "/amber18/updateutils/main.py", line 516, in mainloop
self.check_updates()
File "/amber18/updateutils/main.py", line 183, in check_updates
if self.upgrade.look_for_upgrade():
File "/amber18/updateutils/downloader.py", line 108, in new_fcn
return fcn(*args, **kwargs)
File "/amber18/updateutils/upgrade.py", line 75, in look_for_upgrade
urlopen(self.location + 'message.txt')
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/usr/local/Cellar/python.2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 8] nodename nor servname provided, or not known>
Check for updates failed
I don't know exactly why at the moment though I guess this is the next issue to try to solve after getting the software to compile.
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Oct 16 2019 - 13:30:02 PDT