Huelse / SEAL-Python

Microsoft SEAL 4.X For Python
MIT License
319 stars 66 forks source link

AttributeError: type object 'seal.scheme_type' has no attribute 'CKKS' #63

Closed minhyannv closed 3 years ago

minhyannv commented 3 years ago

Type illustrate your original intention.

Descripe 在linux下执行时,.so文件放到执行脚本同级目录下,执行时会报 "AttributeError: type object 'seal.scheme_type' has no attribute 'CKKS'"错误,想请问一下,这是什么原因。

Huelse commented 3 years ago

the SEAL-3.6 has rename 'CKKS' to 'ckks', which is lowercase. Please check the method's name before you using the newest SEAL lib.

minhyannv commented 3 years ago

thanks