Huelse / SEAL-Python

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

errors when setup #18

Closed xiaobing0 closed 4 years ago

xiaobing0 commented 4 years ago

Please give me some help, I get the seal.lib file, but there are errors when run setup in windows like follow image

Huelse commented 4 years ago

try to use the CPython interpreter, a native python interpreter.

xiaobing0 commented 4 years ago

image seems the errors still exist

Huelse commented 4 years ago

I'm not sure about your problems, but it seemed that caused by the seal lib. try to rebuild the seal lib in the release, x64 mod, or change the config Runtime library in the VS, which include /MT /MD, etc options. I work well in the VS2017 /MD and python3.7.7

xiaobing0 commented 4 years ago

I reinstall a pure Python 3.7 environment and it works, thanks a lot.