simhash: Gmpy2 causes installation issues downstream
#44 introduces gmpy2 dependency, which causes major issues downstream. Error:
src/gmpy.h:252:20: fatal error: mpfr.h: No such file or directory
gmpy2 doesn’t seem to be pip installable, at least not on OSX.
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 24 (18 by maintainers)
Okay, I’ve found a way to build wheel for gmpy, I’ll create a PR later. On May 1, 2020, 12:48 +0800, Leon notifications@github.com, wrote:
gmpy2
depend on these computation library, so these library need to be installed when python tries to compile and install the package.wheel
should be able so solve this problem. https://github.com/pypa/manylinux. Maybe we can provide thewheel
format package.