From e42394eb1f1d27687e0c9b9f19eeebb35cbb546a Mon Sep 17 00:00:00 2001 From: Stefano Cecere Date: Wed, 3 Jun 2020 10:22:07 +0200 Subject: [PATCH 1/2] note about required Windows Python x86-64 since TensorFlow Windows needs Python x86-64, but the default Python installs 32 bit, it is better to be explain which version they should install --- docs/Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Installation.md b/docs/Installation.md index 15502cb555..68358fdb7a 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -39,6 +39,7 @@ enable you to manage multiple Unity versions. ### Install **Python 3.6.1** or Higher We recommend [installing](https://www.python.org/downloads/) Python 3.6 or 3.7. +Be aware that under Windows the TensorFlow package needs **Python x86-64**, so do not install the 32 bit version, but the x86-64 one. If your Python environment doesn't include `pip3`, see these [instructions](https://packaging.python.org/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers) on installing it. From 495605812f15e7cb5ad5137879afc47d137bf29f Mon Sep 17 00:00:00 2001 From: Arthur Juliani Date: Tue, 7 Jul 2020 10:40:27 -0700 Subject: [PATCH 2/2] Update docs/Installation.md Co-authored-by: andrewcoh <54679309+andrewcoh@users.noreply.github.com> --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index 68358fdb7a..1a5505504c 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -39,7 +39,7 @@ enable you to manage multiple Unity versions. ### Install **Python 3.6.1** or Higher We recommend [installing](https://www.python.org/downloads/) Python 3.6 or 3.7. -Be aware that under Windows the TensorFlow package needs **Python x86-64**, so do not install the 32 bit version, but the x86-64 one. +If you are using Windows, please install the x86-64 version and not x86. If your Python environment doesn't include `pip3`, see these [instructions](https://packaging.python.org/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers) on installing it.