-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Build failures #19137
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
Comments
Looks like we compiled against numpy 1.14 but were downgraded to 1.11. |
https://travis-ci.org/pandas-dev/pandas/jobs/326153864#L2059
|
Looks like it's numba:
|
Which is presumably being pulled in through fastparquet. |
I got this error on 2018-01-05 as well with Python-2.7 pandas==0.22.0 and numpy==1.13.3 breaking with the same error
As per:
I rebuilt the virtualenv and explicitly installed numpy first and it was still broken and in my app log I found gunicorn report
I thought seeing as it was said to have been fixed in 0.21 it must be me :) |
@earthgecko this is just for our CI. what version of python are you on, and how did you install numpy and pandas? |
Oh, I see 2.7 in your virtualenv name. You installed numpy=1.13 before installing pandas? |
Can you paste the output of |
e.g.
|
Yes thanks now 0.22.0 works for me now, why did it not work the other day? I think I had done some change in my requirements and gone through 2 numpy version and not reinstalled pandas or seems used |
e.g. https://travis-ci.org/pandas-dev/pandas/jobs/326347971
Looking into it now.
The text was updated successfully, but these errors were encountered: