본문으로 바로가기

pip upgrade 시 오류 (또는 다른 경우)

Traceback (most recent call last):
  File "/core/Linux/APPZ/Python/2.7/bin/pip", line 5, in <module>
    from pip._internal.cli.main import main
ImportError: No module named _internal.cli.main

 

python -m pip install --upgrade pip

 

 

https://stackoverflow.com/questions/49940813/pip-no-module-named-internal

 

pip: no module named _internal

I have a problem when I try to use pip in any way. I'm using Ubuntu 16.04.4 I should say that I've used it already, and I never had any problem, but starting today when I use any command I always ...

stackoverflow.com

 

'[ 서버 & DB 관련 ] > 리눅스' 카테고리의 다른 글

iptables port 열기  (0) 2020.09.23
리눅스 설치 패키지 확인  (0) 2020.08.20
centOS7 php5.6 설치  (0) 2020.08.18
CentOS 7 - GUI 모드 설정  (0) 2020.03.25
리눅스 vi 편집기 작업취소 (u키)  (0) 2020.02.18