From 1404f2cab6b73f2319a695210163c67ed439fef2 Mon Sep 17 00:00:00 2001 From: deeppomf <35541366+deeppomf@users.noreply.github.com> Date: Sun, 4 Nov 2018 09:56:59 +0000 Subject: [PATCH] Update INSTALLATION.md --- INSTALLATION.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 2b94f36..9e46d06 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -22,9 +22,12 @@ Tensorflow, Keras, Pillow, and h5py can all be installed by running in the comma $ pip install -r requirements.txt ``` -If you experience this error: +### Dependencies for CPUs that don't support AVX instructions + +CPUs that don't support AVX instructions will experience this error when using the above install instructions: ``` ModuleNotFoundError: No module named '_pywrap_tensorflow_internal' ``` + See https://github.com/deeppomf/DeepCreamPy/issues/26#issuecomment-434043166 for alternative install instructions.