Skip to content

README.md update: specify python=3.7#3162

Merged
karlhigley merged 1 commit intoOpenMined:masterfrom
teddykoker:patch-1
Mar 9, 2020
Merged

README.md update: specify python=3.7#3162
karlhigley merged 1 commit intoOpenMined:masterfrom
teddykoker:patch-1

Conversation

@teddykoker
Copy link
Contributor

@teddykoker teddykoker commented Mar 8, 2020

As of now, conda create -n pysyft python=3 will create an environment with python 3.8, which will not be able to run PySift, due to its Tensorflow dependencies. By specifying python=3.7, we solve this issue.

As of now, `conda -n pysyft create python=3` will create an environment with python 3.8, which will not be able to run PySift, due to its Tensorflow dependencies. By specifying `python=3.7`, we solve this issue.
@gmuraru
Copy link
Member

gmuraru commented Mar 9, 2020

Should we also update the following?

INSTALLATION.md -- it says python3.6 or above
docker-images/pysyft-worker/Dockerfile -- it uses python:3.6-slim

@karlhigley
Copy link
Contributor

Python 3.6 is also supported, but 3.8 is not.

@karlhigley karlhigley merged commit c23f263 into OpenMined:master Mar 9, 2020
@teddykoker teddykoker deleted the patch-1 branch March 17, 2020 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants