facenet
facenet copied to clipboard
can't install requirement
pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement tensorflow==1.7 (from -r requirements.txt (line 1)) (from versions: none) ERROR: No matching distribution found for tensorflow==1.7 (from -r requirements.txt (line 1))
use: python 3.7.4
Try a newer version of tensorflow like tensorflow-gpu 1.12 for example to use it with cuda 9.0
Install tensorflow==1.7 in a virtual environment where python3.6 is installed, more details here on tensorflow version compatibility with python versions: https://www.tensorflow.org/install/source#tensorflow_1x