fplll / fpylll

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

Updating via pip fails #223

Closed StHagel closed 2 years ago

StHagel commented 2 years ago

I am trying to update my fpylll installation via the command pip3 install --upgrade fpylll which results in the following error output:

https://pastebin.com/sE6vad79 (I put it into a pastebin, because it was too long)

Is this a known issues? How can I fix this?

malb commented 2 years ago

Looks like you need to update FPLLL, the C++ library?

StHagel commented 2 years ago

That fixed it. The Version provided via apt install libfplll* fplll-tools on Linux Mint 20.3 was just not the most up to date one. Installing FPLLL from source does work though.