-
Notifications
You must be signed in to change notification settings - Fork 3
Description
ubuntu 22.04
.....
writing manifest file 'fastecdsa.egg-info/SOURCES.txt'
running build_ext
building 'fastecdsa.curvemath' extension
creating build/temp.linux-x86_64-cpython-310
creating build/temp.linux-x86_64-cpython-310/src
x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -Isrc/ -I/home/vintello/PycharmProjects/aiotx/venv/include -I/usr/include/python3.10 -c src/curve.c -o build/temp.linux-x86_64-cpython-310/src/curve.o -O2
In file included from src/curve.c:1:
src/curve.h:4:10: fatal error: gmp.h: No such file or directory
4 | #include "gmp.h"
| ^~~~~~~
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
I think before setup require install
sudo apt-get install libgmp3-dev libmpfr-dev