encrypted-evaluation icon indicating copy to clipboard operation
encrypted-evaluation copied to clipboard

Newer version of tenseal required

Open boxer-code opened this issue 2 years ago • 3 comments

The 0.1.0 version of tenseal doesn't seem to be valid anymore. While trying to install eeval with 'pip install eeval' the following error is thrown:

ERROR: Could not find a version that satisfies the requirement tenseal~=0.1.0 (from eeval) (from versions: 0.3.12, 0.3.13, 0.3.14)
ERROR: No matching distribution found for tenseal~=0.1.0

Could you update the package to use a newer release of tenseal?

boxer-code avatar Jan 24 '23 12:01 boxer-code

Hi there, I've encountered the exact same issue as described here and am eagerly looking for a solution. Has there been any update or workaround found for this problem? Thanks in advance for your help!

justtosleep avatar Feb 23 '24 08:02 justtosleep

Unfortunately, I did not find a workaround and therefore used https://github.com/rahimakhan3198/homomorphic-Encryption-using-Machine-Learning.git. It also shows a server/client scenario with homomorphic encryption which was suitable for my use case.

boxer-code avatar Feb 23 '24 10:02 boxer-code

Thank you so much for pointing me to this resource – it looks like it could be exactly what I need for my project. I really appreciate your help!:)

justtosleep avatar Feb 25 '24 12:02 justtosleep