facenet icon indicating copy to clipboard operation
facenet copied to clipboard

can't install requirement

Open mutmook opened this issue 5 years ago • 2 comments

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

mutmook avatar Sep 03 '19 03:09 mutmook

Try a newer version of tensorflow like tensorflow-gpu 1.12 for example to use it with cuda 9.0

neklom avatar Sep 10 '19 12:09 neklom

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

gkumar19 avatar Jun 19 '21 19:06 gkumar19