Sunn
Sunn

Reputation: 17

ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0

I have many trouble with old version with tensorflow. I using open source but it's used old library. So i trying to install the old tensorflow but i get in trouble when pip install tensorflow==1.14.0. Because fix each bug in old library time consuming than try to download old packages so i want to install old tensorflow.

Upvotes: 0

Views: 517

Answers (1)

Omar
Omar

Reputation: 375

Try using conda

conda install -c conda-forge tensorflow=1.14

Upvotes: 1

Related Questions