Closed mbertucci47 closed 1 year ago
I was having the same issue on Linux Mint 21.1. It was caused by the version of libfplll
provided by apt being outdated.
Manually installing it from source (https://github.com/fplll/fplll) solved this issue for me.
I'm trying to update fpylll from version 0.5.7 to 0.5.9 in WSL with Ubuntu 22.10. Running
pip install -v -U fpylll --log log.txt
fails to build the wheel and produces this log.txt. This issue seemed relevant, but my installed fplll-tools is 5.4.2-1 (current is 5.4.4). Is this not recent enough?I think this is the main error (but I'm not sure at all):
For what it's worth, I'm also having trouble updating
sagemath-standard
andsage-conf
past versions 9.5. Not sure if it's related, but these are the only three pip packages I'm having issues with.Thanks in advance for any help.