Commit #89 removed the cutils.c file. The setup.py file, however, was not updated to reflect this change.
If, for whatever reason, the numpy or Cython import statements failed, then an attempt at building KDEpy would produce an error message about the cutils.c file not existing, and the build would fail.
Commit #89 removed the
cutils.c
file. Thesetup.py
file, however, was not updated to reflect this change.If, for whatever reason, the numpy or Cython import statements failed, then an attempt at building KDEpy would produce an error message about the
cutils.c
file not existing, and the build would fail.