Huelse / SEAL-Python

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

"EncryptionParameters" is not defined in VScode on Ubuntu20 #86

Closed WeiBenqiang closed 2 years ago

WeiBenqiang commented 2 years ago

I have follow the installation step, and install lib in site-package image I can run all tests, however, in VScode on Ubuntu20, all variable and functions in seal are shown below. I cannot use Auto code completion. So how to fix it? Thank you. image

Huelse commented 2 years ago

yes, the Pylance can't load a compiled module, you can try to create a stub file for it, or use the PyCharm instead.