bwesterb / py-seccure

SECCURE compatible Elliptic Curve cryptography in Python
GNU Lesser General Public License v3.0
94 stars 24 forks source link

py-seccure requirement fails on readthedocs (because old gmpy?) #12

Closed cromefire closed 7 years ago

cromefire commented 7 years ago

doc_fail.txt

bwesterb commented 7 years ago

Have you installed the development package for libgmp? On Debian you can do this with apt-get install libgmp-dev, like I mentioned in README.md.

cromefire commented 7 years ago

can't do this because it's on readthedocs, i can't change this

bwesterb commented 7 years ago

This is then clearly not an issue with py-seccure. Have you tried Googling for a solution? I did, this might solve it for you.

cromefire commented 7 years ago

What should I mock for gmpy? simply "gmp"? (I don't even know what gmp(y) is so. I didn't know, that it depends on c libraries, sorry)