You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setup.py is not working correctly if cython is not installed. You get an numpy error (which is not defined in that case since it is never imported).
If cython is installed by hand previously, everything works fine. So either include cython into your depencies or import numpy on another place too.
The text was updated successfully, but these errors were encountered:
Hi,
there was a remaining include_dirs=[numpy.get_include()] in case extension could not be compiled, removed and this error should not happen.
If you have occasion can you confirm ?
Python version
3.7.1
Platform information
Linux-4.15.0-42-generic-x86_64-with-debian-buster-sid
Numpy version
1.15.4
mdfreader version
3.0.0
Description
The setup.py is not working correctly if cython is not installed. You get an numpy error (which is not defined in that case since it is never imported).
If cython is installed by hand previously, everything works fine. So either include cython into your depencies or import numpy on another place too.
The text was updated successfully, but these errors were encountered: