Closed colematt closed 3 years ago
@colematt gmpy
needs GNU GMP library.
It seems GMP is not installed on your environment. Please retry pip after installed libgmp-dev
package.
# I forgot to write this to README, sorry.
@elliptic-shiho this was the hint I needed to fix it, and I have a completed installation now, thanks! But I in fact had to install three packages: libgmp-dev
, libmpfr-dev
and libmpc-dev
. I'd recommend adding those to the README.
Again, thanks for the assistance.
I followed the directions in README.md to install the module, however the build fails when it can't find
gmp.h
. My system information is as follows:The software is all coming from
apt
.Command input and output on failure is as follows:
Am I doing something wrong? It seems that maybe
gmpy
orfactordb-pycli
either failed to install or weren't installed, which README.md promises should have happened as part of the build.