I am not able to install tensorflow using the pip command.I have installed the latest versions of python,virtualenv and keras.As I install the package,the error shows that it could not find a version that satisfies the requirement tensorflow
Asked
Active
Viewed 140 times
0
-
Firstly I installed python 3.8.Then installed pip latest version.Then installed virtualenv using pip.After that I tried to install tensorflow,the error was :- – Divyanshu Kumar Nov 21 '19 at 06:53
-
Could not find a version that satisfies the requirement tensorflow (from version:none) and next line was : ERROR:No matching distribution found for tensorflow – Divyanshu Kumar Nov 21 '19 at 06:55
-
1You need python 3.7 – geometrikal Nov 21 '19 at 07:40