mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 20:09:58 +00:00
Update INSTALLATION.md
This commit is contained in:
parent
af011805b7
commit
1404f2cab6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user