Notice
Recent Posts
Recent Comments
Link
- Today
- Total
엔지니어스 - Engineeus
[Ubuntu] pip3 버전 문제 해결하기 본문
728x90
자꾸 아래와 같은 문제가 뜬다.. pip 사용 시 왠만하면 sudo 사용 하지 말라고 했는데 어쩔까 검색 하다 찾았습니다.
WARNING: You are using pip version 19.2.1, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
해결책
$ sudo apt-get -y install python3-pip
$ sudo apt-get update
$ curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
$ python3 get-pip.py
출처
'Autonomous Tech. > Error (Windows & Ubuntu)' 카테고리의 다른 글
ubuntu - ubuntu virtual box shared folder doesn't work (0) | 2020.06.10 |
---|---|
[Windows] 포맷 후 HDD(D드라이브)가 없어졌을때 (2) | 2020.04.08 |
[Jetson TX2] Yolo 메모리 죽을때(killed) (0) | 2020.03.29 |
[Windows] Tensorflow GPU 문제 (0) | 2019.12.30 |
[Windows] cudart64_100.dll 문제 (0) | 2019.12.29 |
Comments