nucypher / nufhe

NuCypher fully homomorphic encryption (NuFHE) library implemented in Python
https://nufhe.readthedocs.io/en/latest/
GNU General Public License v3.0
440 stars 53 forks source link

Exception: No supported GPGPU APIs found #29

Open Zhengkaixin opened 3 years ago

Zhengkaixin commented 3 years ago

I do not know what 'Exception: No supported GPGPU APIs found' means. How can I solve this problem?

fjarri commented 3 years ago

You need to install either PyCUDA or PyOpenCL, depending on the GPU you have (PyCUDA for nVidia, PyOpenCL for the rest)