Source: sphinx-gallery
Version: 0.1.13-1
Severity: serious

Hi Maintainer

sphinx-gallery FTBFS without network access, as can be seen in the
following build log excerpt from reproducible builds [1]:


Unexpected failing examples:
/build/sphinx-gallery-0.1.13/tutorials/seaborn/plot_seaborn_notebook.py
failed leaving traceback:
Traceback (most recent call last):
  File 
"/build/sphinx-gallery-0.1.13/tutorials/seaborn/plot_seaborn_notebook.py",
line 31, in <module>
    tips = sns.load_dataset("tips", cache=False)
  File "/usr/lib/python2.7/dist-packages/seaborn/utils.py", line 397,
in load_dataset
    df = pd.read_csv(full_path, **kws)
  File "/usr/lib/python2.7/dist-packages/pandas/io/parsers.py", line
655, in parser_f
    return _read(filepath_or_buffer, kwds)
  File "/usr/lib/python2.7/dist-packages/pandas/io/parsers.py", line
392, in _read
    filepath_or_buffer, encoding, compression)
  File "/usr/lib/python2.7/dist-packages/pandas/io/common.py", line
186, in get_filepath_or_buffer
    req = _urlopen(url)
  File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 429, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 447, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open
    context=self._context)
  File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno -3] Temporary failure in name resolution>


Regards
Graham


[1]
https://tests.reproducible-builds.org/debian/rb-pkg/sphinx-gallery.html

Reply via email to