Huelse / SEAL-Python

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

install pyseal on windows #36

Closed wang5523795 closed 4 years ago

wang5523795 commented 4 years ago

when i execute "python3 setup.py build_ext -i", an error was reported "Can not find the seal lib"(windows) setup.py writing "./SEAL/native/lib/libseal-3.4.a",but i can not find libseal-3.4.a in the path could you give me some solution when i install pyseal on windows 10,thanks

Huelse commented 4 years ago

You need to use the VS 2017 (or 2019) to build the SEAL lib first, refer to line 2.

Huelse commented 4 years ago

If no problem, close this issue please.

wang5523795 commented 4 years ago

ok,i got it,thanks