youben11 / encrypted-evaluation

Client/Server framework for encrypted machine learning using homomorphic encryption
GNU General Public License v3.0
40 stars 6 forks source link

Newer version of tenseal required #12

Open boxer-code opened 1 year ago

boxer-code commented 1 year ago

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?

justtosleep commented 6 months ago

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!

boxer-code commented 6 months ago

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.

justtosleep commented 6 months ago

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!:)