-
-
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
s390x (big endian, 64bit) + python 3.3.4 make pandas very unhappy #6320
Comments
it all looks like the same error this is the constructor from a dict which is used everywhere maybe u can have a test debug at that point and print out all the variables it's failing in a list comprehension. that is standard python - shouldn't fail there |
On Mon, 10 Feb 2014, jreback wrote:
I guess you mean the first one in the list of many errors:
ok -- will check for KeyError fist... smells like numpy issue (they must
Yaroslav O. Halchenko, Ph.D. |
might be the hashing bug fixed in numpy 1.8 or 1.7.2, you can use the |
have you tested s390x before with any pandas that has completely worked? This is a newer supported platform in debian land, yes? |
I think that while testing using numpy 1.8.0 I have managed to lock it test_non_unique_loc_memory_error (pandas.tests.test_indexing.TestIndexing) ... never returns... happens in #0 0x0000000080029330 in ?? () btw -- cython is whining a bit cythoning pandas/index.pyx to pandas/index.c in (experimental_s390x-dchroot)yoh@zelenka:~/pandas/pandas-0.13.1$ nl -ba pandas/src/numpy.pxd | grep -1 873 so might be worth obeying and placing them on sep lines On Tue, 11 Feb 2014, jreback wrote:
Yaroslav O. Halchenko, Ph.D. |
closing @yarikoptic pls open a new issue if 0.14.0 RC experiences issues |
http://www.onerussian.com/tmp/build-pandas-0.13.1-s390x.log
Just FYI and may be anything there hints you on some possible issues
The text was updated successfully, but these errors were encountered: