Closed martinobertoni closed 4 years ago
Sorry for the late reply, and thanks for identifying this. Removing the generated files and building with Cython should fix the issue.
To avoid getting out of sync in the future, we should probably just make Cython a dependency and stop bundling the generated files. Or even better, we might be able to make numba an optional dependency and conditionally jit if numba is installed.
installing in a python 3.7 environment is problematic.
Via pip, building wheel fails:
using
fails for conflict with other incompatible packages in my environment that cannot be altered. Building from the repository fails as installing via pip, but it can be recovered. Look like python 3.7 is incompatible with the cython generated files (version 0.25.2)
Hope this helps