-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有几个疑问。 #11
Comments
您好,不需要安装seal,我们已将其打包。需要手动生成文件夹,因为github上传代码时自动将空文件夹删除了。 |
和上面的同学一样的错误,能否解答一下?import seals 时 DLL load failed的错误 |
找到问题所在了,作者使用的是python3.6的环境,如果换成别的环境pyd文件就报错,我自己生成的pyd文件也是这样,所以将python环境换了后导入就好了 |
有同学试过python3.6下的linux环境吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
谢谢共享代码!
有几个疑问。 如果能确认的话,非常感谢。
运行main.py,会出现无法进行seal import的错误(DLL 错误)。 在执行此代码之前,是否应该事先安装seal? 这个问题应该怎么解决?
首先,由于无法完成seal的import,所以使用了"seal-python"包装,但无法创建类似userKey的文件夹。 手动生成文件夹对吗?
如果这个问题解决不了的话,我想知道怎么计算海明距离。 是不是暗号化值之间求解明距离,在特定临界值以下时,两个形象相同?
The text was updated successfully, but these errors were encountered: