I try to install TensorFlow via pip (pip install tensorflow) but get this error
could not find a version that satisfies the requirement tensorflow (from versions: )
Is there a solution to this problem? I still wish to install it via pip
I try to install TensorFlow via pip (pip install tensorflow) but get this error
could not find a version that satisfies the requirement tensorflow (from versions: )
Is there a solution to this problem? I still wish to install it via pip
There is a great Github repo which has *.whl file to install. support py27 and py36
pip install xxx.whl (xxx is your download whl file name)I found that Tensorflow can work on CPU under intergrated Ubuntu to Windows with any version of python.
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.pysudo pip install tensorflow