pip3 upgrade to recent version for tensorflow 2 pip3 업그레이드 하기

pip3 upgrade to recent version pip3업그레이드 하기


I need to upgrade pip for Tensorflow 2, Because Tensorflow 2 need this system requirement, So i have to check the version and upgrade it
  • Python 3.5–3.7
  • pip 19.0 or later (requires manylinux2010 support)
  • Ubuntu 16.04 or later (64-bit)
  • GPU support requires a CUDA®-enabled card (Ubuntu and Windows)
Tensorflow 2를 설치 하기 위해서는 위와 같은 시스템 요구사항이 있었다. pip를 업그레이드 해야 했다. 버전을 확인하고 업그레이드 명령어를 입력한다.

$ pip3 --versionpip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)$ sudo pip3 install --upgrade pip$ pip3 --versionpip 20.0.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)




















댓글