Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- rqt
- Linux
- roslib
- autorace
- ax200
- CUDA
- FreeCAD
- sources.list
- G++
- CuDNN
- amcl
- Gazebo
- RGB-D
- turtlebot
- opencv
- 전이학습
- error
- 부분공간
- 촉각센서
- roslaunch
- Installation
- turtlebot3
- ubuntu
- webots
- Kinetic
- linetracing
- gcc
- YoLO
- darknet_ros
- ROS
Archives
- Today
- Total
기술 성공, 실패 기록소
ubuntu 16.04 pip upgrade 본문
728x90
https://tablefi.tistory.com/128
[Ubuntu 16.04~] pip upgrade 후 에러 해결 (ImportError: cannot import name 'main' )
sudo apt install python-pip pip install --upgrade pip 위와 같이 apt에서 설치한 pip(9.x 버전) 를 그대로 업데이트할 경우 다음과 같은 에러를 뿜는다 ImportError: cannot import name 'main' apt로 설치한..
tablefi.tistory.com
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
python2 get-pip.py
errer occur when we try to upgrade pip by apt-get
so don't use apt-get, use uppper method instead
'linux 및 기타 os' 카테고리의 다른 글
Finding the original file of a symbolic link (0) | 2021.08.10 |
---|---|
How to network two Ubuntu computers using ethernet (without a router)? (0) | 2021.07.30 |
레이저블레이드17 ubuntu 16.04 setting (0) | 2021.07.22 |
Broken php and libssl1.1 installation on Ubuntu 16.04 (0) | 2021.07.22 |
NVIDIA NVML Driver/library version mismatch (0) | 2021.07.22 |