fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
123 stars 62 forks source link

fpylll build wheel failing using pip #202

Closed SinTan1729 closed 3 years ago

SinTan1729 commented 3 years ago

I'm unable to update fpylll using pip. The build cycle keeps failing.

Here's the output I'm getting.

malb commented 3 years ago

Did you install Cython and cysignals first?

SinTan1729 commented 3 years ago

Yes, both of those packages are installed.

pacman -Qs cython
local/cython 0.29.21-1
    C-Extensions for Python
local/python-cypari2 2.1.2-1
    Cython bindings for PARI
local/python-cysignals 1.10.2-6
    Interrupt and signal handling for Cython
local/python-pyzmq 19.0.1-2
    Python3 bindings for zeromq, written in Cython
local/python2-pyzmq 19.0.1-2
    Python2 bindings for zeromq, written in Cython
malb commented 3 years ago

Mhh, okay, your error report doesn't seem to have enough details to debug this. Is there a "verbose" option?

SinTan1729 commented 3 years ago

Somehow got fixed after a rather huge Manjaro update. I'm not sure what exactly fixed it, but hey.