Dragonfire icon indicating copy to clipboard operation
Dragonfire copied to clipboard

Pip3 can't install TensorFlow 1.0.0

Open MariaAlpaki opened this issue 4 years ago • 3 comments

I'm installing DragonFire using install.sh. Pip3 can't find tensorflow 1.0.0

"Could not find a version that satisfies the requirement tensorflow==1.0.0 (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)"

I have tried change "1.0.0" to "1.13.1" in install.sh and setup.py files, but when i started the Dragonfire using terminal, it's crashed. Here is output of "dragonfire" command.

Maybe you should switch to newer version of TensorFlow? dragonfire.log.txt

MariaAlpaki avatar Jul 16 '19 17:07 MariaAlpaki

@MariaAlpaki can't because a pre-trained model only supports tensorflow==1.0.0. Maybe you can find a solution and contribute to the source code?

mertyildiran avatar Jul 17 '19 17:07 mertyildiran

@mertyildiran, challenge accepted

MariaAlpaki avatar Jul 17 '19 18:07 MariaAlpaki

@MariaAlpaki if you use python3.6 you can install tensorflow==1.0.0 I have also the same issue solved it by using 3.6

tomriddle54 avatar Jul 31 '19 19:07 tomriddle54