SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

Not compatible with python3

Open justusvk opened this issue 2 years ago • 2 comments

When running pip install seal, i get this error: NameError: name 'xrange' is not defined, which comes from xrange being replaced with range in python3 as i understand it. would it be possible to change this, or add suport for python3?

justusvk avatar Mar 27 '23 15:03 justusvk

Same problem, I am trying https://github.com/Huelse/SEAL-Python

icodeu avatar Aug 04 '23 08:08 icodeu