test_bs4_version_fails: ImportError: html5lib not found please install it #4265

Closed
yarikoptic opened this Issue Jul 16, 2013 · 0 comments

Comments

Projects
None yet
2 participants
Contributor

yarikoptic commented Jul 16, 2013

======================================================================
ERROR: pandas.io.tests.test_html.test_bs4_version_fails
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python3/dist-packages/pandas/io/tests/test_html.py", line 83, in test_bs4_version_fails
    flavor='bs4')
  File "/usr/lib/python3.2/unittest/case.py", line 557, in assertRaises
    callableObj(*args, **kwargs)
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python3/dist-packages/pandas/io/html.py", line 906, in read_html
    attrs)
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python3/dist-packages/pandas/io/html.py", line 765, in _parse
    parser = _parser_dispatch(flav)
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python3/dist-packages/pandas/io/html.py", line 719, in _parser_dispatch
    raise ImportError("html5lib not found please install it")
ImportError: html5lib not found please install it

on 4c2d050

there is no python3-html5lib on any debian system yet

cpcloud was assigned Jul 16, 2013

cpcloud closed this in #4267 Jul 16, 2013

cpcloud was unassigned by wesm Oct 12, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment