Skip to content

CI/BLD: Build Failures on CircleCI #17720

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

Closed
TomAugspurger opened this issue Sep 29, 2017 · 6 comments
Closed

CI/BLD: Build Failures on CircleCI #17720

TomAugspurger opened this issue Sep 29, 2017 · 6 comments
Labels
Build Library building on various platforms CI Continuous Integration

Comments

@TomAugspurger
Copy link
Contributor

Seeing these somewhat regularly now. The cythonize step fails with

pandas/_libs/reshape.pyx:11:0: 'numpy/float16_t.pxd' not found

Examples:

cc @jbrockmendel if you have any ideas

@TomAugspurger TomAugspurger added Build Library building on various platforms CI Continuous Integration labels Sep 29, 2017
@jbrockmendel
Copy link
Member

Did it happen to start using cython 0.27 recently? I had trouble when upgrading last week, downgraded to wait for 0.27.1

@TomAugspurger
Copy link
Contributor Author

Perhaps, I'll see if I can find any failures like this with older cythons. I haven't been able to reproduce with cython 0.27

@jbrockmendel
Copy link
Member

What happens if you go into setup.py and remove the 'include': [] key from the ext_data entry for _libs.reshape?

@jreback
Copy link
Contributor

jreback commented Oct 1, 2017

these look all ok now. FYI we have been testing with cython 0.27 on the numpy_dev build for a week or so (its not the problem).

@jreback jreback closed this as completed Oct 1, 2017
@TomAugspurger
Copy link
Contributor Author

@jbrockmendel
Copy link
Member

@TomAugspurger this showed up in #17750, went away after 0b9fff321328af1b172659c0d361eb5b6227b2ba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms CI Continuous Integration
Projects
None yet
Development

No branches or pull requests

3 participants