OpenMined / TenSEAL

A library for doing homomorphic encryption operations on tensors
Apache License 2.0
811 stars 156 forks source link

Can't install TenSEAL on Windows #475

Closed martinsandor707 closed 3 hours ago

martinsandor707 commented 5 months ago

Description

Can't install TenSEAL on Windows

How to Reproduce

  1. pip install tenseal

Expected Behavior

TenSEAL should be installed.

Screenshots

If applicable, add screenshots to help explain your problem.

System Information

Additional Context

Regular pip install tenseal simply doesn't find a tenseal version on pypi. I tried installing from a cloned repository, but I got the following error message instead: note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for tenseal Failed to build tenseal ERROR: Could not build wheels for tenseal, which is required to install pyproject.toml-based projects

I have gcc, cmake and protocol buffers all installed and working fine. I tried to build TenSEAL manually, and cmake ran without problems, but but cmake --build errored out, throwing thousands of errors along the line of:

C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\include\atomic(106,9): error C2039: ' _invalid_parameter': is not a member of 'global namespace'' [C:\TenSEAL\build_tenseal_cpp.vcxproj] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\i `

I am completely out of ideas as to how to solve this, but the problem is probably related to this previous issue.

philomath213 commented 3 hours ago

You should be able to install TenSEAL using pip now. We just published a new release that supports Python 3.11 and Python 3.12.