Hello,
I am trying to install code_saturne according to https://www.youtube.com/watch?v=iwke0YRpMrE
but the installation fails.
Installation of Code_Saturne
The process will take several minutes.
You can have a look at the log file meanwhile.
Check the setup file and some utilities presence.
o Checking for cc… /usr/bin/cc
o Checking for f95… /usr/bin/f95
o Checking for python3… /usr/bin/python3
Python version is 3.8
o Checking for make… /usr/bin/make
Download of HDF5
(https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.6/src/hdf5-1.10.6.tar.gz)
Download of CGNS
(https://github.com/CGNS/CGNS/archive/v4.1.2.tar.gz)
Download of MED
(http://files.salome-platform.org/Salome/other/med-4.1.0.tar.gz)
Download of scotch
(Making sure you're not a bot!)
Download of parmetis
(http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-4.0.3.tar.gz)
Traceback (most recent call last):
File “/usr/lib/python3.8/urllib/request.py”, line 1354, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File “/usr/lib/python3.8/http/client.py”, line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/lib/python3.8/http/client.py”, line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/lib/python3.8/http/client.py”, line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/lib/python3.8/http/client.py”, line 1011, in _send_output
self.send(msg)
File “/usr/lib/python3.8/http/client.py”, line 951, in send
self.connect()
File “/usr/lib/python3.8/http/client.py”, line 922, in connect
self.sock = self._create_connection(
File “/usr/lib/python3.8/socket.py”, line 808, in create_connection
raise err
File “/usr/lib/python3.8/socket.py”, line 796, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “../code_saturne-7.0.5/install_saturne.py”, line 1354, in
setup.install()
File “../code_saturne-7.0.5/install_saturne.py”, line 1092, in install
p.download()
File “../code_saturne-7.0.5/install_saturne.py”, line 246, in download
urllib.request.urlretrieve(self.url, self.archive)
File “/usr/lib/python3.8/urllib/request.py”, line 247, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File “/usr/lib/python3.8/urllib/request.py”, line 222, in urlopen
return opener.open(url, data, timeout)
File “/usr/lib/python3.8/urllib/request.py”, line 525, in open
response = self._open(req, data)
File “/usr/lib/python3.8/urllib/request.py”, line 542, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File “/usr/lib/python3.8/urllib/request.py”, line 502, in _call_chain
result = func(*args)
File “/usr/lib/python3.8/urllib/request.py”, line 1383, in http_open
return self.do_open(http.client.HTTPConnection, req)
File “/usr/lib/python3.8/urllib/request.py”, line 1357, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>
I would appreciate any help.