OpenMined / TenSEAL

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

Cannot install on Ubuntu 18.04 LTS #406

Closed dimk1 closed 2 years ago

dimk1 commented 2 years ago

Installation on a Ubuntu 18.04.6 LTS (GNU/Linux 4.15.0-175-generic x86_64) fails like so:

$ pip3 install tenseal
Collecting tenseal
  Could not find a version that satisfies the requirement tenseal (from versions: )
No matching distribution found for tenseal

Info for the machine

$ uname -a
Linux server 4.15.0-175-generic #184-Ubuntu SMP Thu Mar 24 17:48:36 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
$ pip3 --version
pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.8)
$ python3 --version
Python 3.8.0
dimk1 commented 2 years ago

Updated pip and worked. Can be closed