-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Hello, I want to install fpylll, but when running this statement:(fpylll-env) wn@LAPTOP-TL0JU5NV:~/g6k-master/g6k-fpylll$ sudo python3 setup.py build , the following error occurs:INFO: Disabling color, you really want to install colorlog.
/usr/lib/python3/dist-packages/pythran/tables.py:4553: _FutureWarning: In the future np.bytes will be defined as the corresponding NumPy scalar.
obj = getattr(themodule, elem)
error: Command "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 -DCYTHON_EXTERN_C=extern "C++" -Isrc/fpylll/fplll -I/usr/local/lib/python3.10/dist-packages/cysignals -I/usr/include -I/usr/local/lib/python3.10/dist-packages/numpy/core/include -I/usr/include/python3.10 -c build/src/fpylll/fplll/integer_matrix.cpp -o build/temp.linux-x86_64-cpython-310/build/src/fpylll/fplll/integer_matrix.o -std=c++11" failed with exit status 1. Can you take a look at what the problem is?