From 9da5eecb988274cf08a5fd61db016f4425ac0498 Mon Sep 17 00:00:00 2001 From: deeppomf <35541366+deeppomf@users.noreply.github.com> Date: Sun, 4 Nov 2018 05:34:25 -0500 Subject: [PATCH] Update INSTALLATION.md --- INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 53c2faa..1345793 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -30,7 +30,7 @@ CPUs that don't support AVX instructions may experience this error when using th ModuleNotFoundError: No module named '_pywrap_tensorflow_internal' ``` -Follow these alternate install instructions: +Follow these alternate install instructions if that happens: 1. Start from a clean Python 3.6.7 install. 2. Download a version of tensorflow that do support AVX instructions from (https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.10.0/py36/CPU/sse2). I assume you picked tensorflow-1.10.0-cp36-cp36m-win_amd64.whl for 64-bit and the other for 32-bit computers.