shadoworflow, pip
pip install
TensorFlow < 0.7.1, TensorFlow protobuf,
pip uninstall
, , protobuf.
TensorFlow .
pip install, https://storage.googleapis.com/tensorflow, linux/cpu/tensorflow, .
sudo.
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-py2-none-any.whl
$ sudo pip install --upgrade $TF_BINARY_URL
.
If you receive an error message unsupported wheel on this platform . Perhaps you are updating shadoworflow for python3. You will need pip3 for this. Try installing pip3
sudo apt-get -y install python3-pip
Then set the download path if you have not set the path yet
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.1.0rc0-cp35-cp35m-linux_x86_64.whl
$ pip3 install --ignore-installed --upgrade $TF_BINARY_URL
Akash source
share