Search code examples
pythontensorflowpippython-3.6miniconda

pip doesn't upgrade in windows


Even though there were some similar question but none of proposed solution applied to my case. Simply, after tensorflow installationattempting to install packages this message

"You are using pip version 9.0.1, however version 10.0.1 is available. You   
should consider upgrading via the 'python -m pip install --upgrade pip' 
command."

like this: enter image description here But following this python -m pip install --upgrade pip doesn't work even with administrator level, nor this one : python -m pip install -U pip.

(I'm using Miniconda, just as an additional information)


Solution

  • I had similar problem after installing tensorflow in windows. pip install wasn't working for me. pip install returned same error.

    After some checks, i found that issue was with html5lib and setuptools. I have answered the same here transport_encoding solved

    Basically, i reinstalled html5lib using

    conda install -c anaconda html5lib
    

    which were superseded by a higher priority channel