encrypted-evaluation
encrypted-evaluation copied to clipboard
Newer version of tenseal required
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?
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!
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.
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!:)