Closed MarcoROG closed 7 years ago
does it work if you don't use sudo?
It won't let me run the python: running install error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
[Errno 13] Permission denied: '/usr/local/lib/python3.4/dist-packages/test-easy-install-11054.write-test'
Running pip3 freeze I can see syft is installed
Ok, setting PYTHONPATH environment variable tells jupyter to use python3 and fixes the first issue
Solved by upgrading to Python 3.5
+1 On Thu, Sep 21, 2017 at 10:11 PM, Marco Bellan notifications@github.com wrote:
Solved by upgrading to Python 3.5
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OpenMined/PySyft/issues/243#issuecomment-331283062, or mute the thread https://github.com/notifications/unsubscribe-auth/AEIMkomTkARLbX7vRkCi7YwjyU0P-C3eks5sktDogaJpZM4PfP8p .
I have installed PySift following the installation guidelines. After downloading the repository I ran
sudo pip3 install -r requirements.txt
andsudo python3 setup.py install
Now, when I run the example (Paillier HE) I get this:
Whereas, if I run python3 from my terminal and execute
from syft import TensorBase
I get: