Closed Whytehorse closed 7 years ago
You most probably are using pip from python2.7 since it is ubuntu and you have some issues with virtual environment in a separate 'bug'. Try installing with pip3 install --upgrade tensorflow-0.11.0rc0-py3-none-any.whl
, since the wheel you've mentioned is build for python3 (-py3-
is telling it).
Following the readme instructions for a standard install gives the following error on Ubuntu 16.04.
I fixed it by using pip3 instead of pip.