-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read_html failing in many tests: AssertionError: No tables found #4214
Comments
I guess another related failure
|
can you show ci/print_versions.py? |
Here is what I have ATM (without running the build with adjusted $> ci/print_versions.py INSTALLED VERSIONSPython: 2.7.5.final.0 Cython: 0.19 On Thu, 11 Jul 2013, jreback wrote:
Yaroslav O. Halchenko, Ph.D. |
@cpcloud ? |
@yarikoptic this is master correct? |
7097368 should have fixed these issues it looks like you're using an older version of html5lib. i believe 1.0b2 is out. also, check out the reading html gotchas |
yes -- master 0.11.0+git43-g7b2eaa4 thanks for the fix -- I will check it out html5lib -- well, I have the freshiest non-beta release ;) thanks for the note though! |
i'll try this on a vagrant box the commit i referenced above is already in master |
@yarikoptic is it of any significance that your version says 0.11.0? $ git describe
v0.12.0rc1-43-g7b2eaa4 |
@yarikoptic there are no guarantees that your see the optional dependencies docs also your i would say: leave html5lib alone for now that should be fine, but change your if none of this works then i'll mark it as a bug |
there's a release of |
fyi travis installs |
It think @cpcloud should setup a version dependency hotline, kind of like AA :) |
Hello, this is |
ah -- thanks -- should have been indeed 0.12.0~rc1+git... as the Debian On Thu, 11 Jul 2013, Phillip Cloud wrote:
Yaroslav O. Halchenko, Ph.D. |
excellent! |
does that mean |
yikes -- good to know... well at least in current Debian stable we have On Thu, 11 Jul 2013, Phillip Cloud wrote:
Yaroslav O. Halchenko, Ph.D. |
that should be ok, as long as it passes for you. does this also fix #4212? if so please close both, thanks for the report 😄 |
also the other issues you've raised today might be fixed now that your version is correct |
sorry -- I guess my mental pipelining broke -- what should have fixed my issue? downgrade of bs4 to < 4.2.0? |
The bs4 downgrade should be the fix. |
ok -- will give it a try. but as for the reports correction it would be better if pandas internally switched between backends/skipped the tests if broken bs4 is present; since otherwise it becomes impractical for me to build them across all debian/ubuntu releases having the broken bs4 |
btw -- what about bs4 4.2.1 -- should that be "good enough"? |
Re bs4 skip good idea. I'll add a warning to the code as well since iirc 4.0.2 worked fine on my arch Linux box. 4.2.1 should be fine. |
I mean 4.2.0 worked fine. |
... so bs4 4.2.0 is not at fault? (anyways -- rebuilding/testing now with 4.2.1 installed) |
no bs4 4.2.0 is at fault |
then what "I mean 4.2.0 worked fine. " is about? ;) or it is at fault only in some deployments? |
works fine on my arch linux machine, but fails on debian distros, not sure exactly why |
let me check that though... |
wow -- with 4.2.1 only #4215 is left failing: FAIL: test_invalid_colormap (pandas.tests.test_graphics.TestDataFrameGroupByPlots)Traceback (most recent call last): Ran 3622 tests in 743.502s FAILED (SKIP=83, failures=1) On Thu, 11 Jul 2013, Phillip Cloud wrote:
Yaroslav O. Halchenko, Ph.D. |
that good news! not sure where that is coming from...i'll see what i can do about it |
@cpcloud ok....you are going to add a skip test / warning message ? if 4.2.0 is installed (maybe just raise in |
i'm going to actually raise if no tables found and |
hard to test for this...we don't have an extensive list of OSes that work with bs4 |
with 0.12.0~rc1+git79-g50eff60 and bs4 4.2.0 installed (on sparc)
|
ah -- just now mentioned that it is closed -- let me know if I need to open a new one |
4.2.0 won't work. |
then test should be skipped? On Mon, 15 Jul 2013, Phillip Cloud wrote:
Yaroslav O. Halchenko, Ph.D. |
R u sure u have master? |
as I have mentioned I had 50eff60 which was the master few hours back, now there is some new changes:
|
i'll open a straw man issue for your most recent find -- will be knocked down by the other html test fixes pr... @yarikoptic thanks for all the reports! |
typical error with
The text was updated successfully, but these errors were encountered: