-
-
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
data type "datetime" not understood #17784
Comments
Can you please try on master - we do test with 2.6.1, what you are seeing is most likely fixed by |
Hmm, I applied the patches from #16880, and while that avoids the TypeError, I now get AssertionErrors like this one:
I'm just trying to upgrade the pandas package we provide with GNU Guix, so I'd rather not move to master. [This is just one of 26 failures (and many more errors) that I'm getting since upgrading to numpy 1.13.x, so maybe this is rather a problem with building with this version of numpy.] |
|
pandas is not generally forwards compatible for dependencies. numpy was in the 1.12 IIRC and dateutil was 2.6.0 or less IIRC. (you could actually go back to some of our release builds and check). cherry-picking specific commits not generally be advisable. You should simply not ship with a higher version of a supported dependency. |
@chris-b1 with the latest version from master I still get 19 test failures and 2443 errors. The errors are things like this:
@jreback Is there an up-to-date list of dependencies and their versions that are known to be supported for a given release? |
you would have to look on the CI for the builds that are available at that time; https://travis-ci.org/pandas-dev/pandas/builds |
Okay, thank you. I have since downgraded numpy to 1.12.x. |
Also getting this error on 0.21.0. Downgrading to 0.19.2 fixed this. |
When building pandas 0.19.2 or 0.20.3 I get many similar test failures.
Here is one from the attempt to build 0.19.2:
I get these errors with python-dateutil 2.6.0 as well as 2.6.1. Could you please confirm that the tests pass when building with python-dateutil 2.6.x?
I'm building with Python 3.5.3.
The text was updated successfully, but these errors were encountered: