Skip to content

Instantly share code, notes, and snippets.

@hannes-brt
Created December 28, 2010 13:08
Show Gist options
  • Save hannes-brt/757191 to your computer and use it in GitHub Desktop.
Save hannes-brt/757191 to your computer and use it in GitHub Desktop.
Setup pyximport to include the numpy headers
import pyximport
import numpy as np
pyximport.install(setup_args={'include_dirs': np.get_include()})
@dineshadepu
Copy link

Thanks

@chbrandt
Copy link

chbrandt commented Feb 5, 2018

Awesome. Thanks

@danelee2601
Copy link

Awesome :) Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment