fplll / fpylll

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

Please make a new release (on PyPI too) #261

Closed dimpase closed 7 months ago

dimpase commented 7 months ago
          Please make a new release (on PyPI too), as I just saw `pip install fpyll` (i.e. pulling version 0.6.0 from PyPI) and up to date python 3.10 venv with latest Cython, setuptools, etc, erroring out with
ModuleNotFoundError: No module named 'Cython'

Installing from master branch, i.e. pip install git+ssh://git@github.com/fplll/fpylll.git, worked.

Originally posted by @dimpase in https://github.com/fplll/fpylll/issues/258#issuecomment-1902137158

malb commented 7 months ago

done