andersbll / nnet

Neural networks in NumPy/Cython
MIT License
138 stars 53 forks source link

fixed numpy include dirs #2

Closed dillonalaird closed 9 years ago

dillonalaird commented 9 years ago

In setup.py added include_dirs so you don't run into an error including numpy/arrobject.h

http://stackoverflow.com/questions/14657375/cython-fatal-error-numpy-arrayobject-h-no-such-file-or-directory

andersbll commented 9 years ago

Sorry about the late reply. I have been unable to work because of illness.

Thank you for the fix!