python - can`t upgrade pip to the newest version 9.0.1 (OS:ubuntu 16.04LTS) -
os: ubuntu 16.04lts
python: 2.7.12 + anaconda2-4.2.0 (64 bit)
i typed pip install --upgrade $tf_binary_url
install tensorflow terminal showed pip verson 8.1.1
, version 9.0.1
available.
then typed pip install --upgrade pip
upgrade showed requirement up-to-date: pip in ./anaconda2/lib/python2.7/site-packages
,
i still can't use pip version 9.0.1 install tensorflow. know what's going on ??
i had same problem. not sure going on. use both python , python3 , have both pip , pip3. chance did following , seems have fixed problem.
pip3 install -u pip
resulting in
collecting pip using cached pip-9.0.1-py2.py3-none-any.whl installing collected packages: pip found existing installation: pip 8.1.2 uninstalling pip-8.1.2: uninstalled pip-8.1.2 installed pip-9.0.1
Comments
Post a Comment