반응형

- 파이썬 openpyxl 설치

 

* 아래 다운로드 주소 openpyxl-3.0.4.tar.gz

 

pypi.org/project/openpyxl/#files

 

openpyxl

A Python library to read/write Excel 2010 xlsx/xlsm files

pypi.org

 

 

 

그림 1

 

 

명령 프롬프트에서 pip install openpyxl-3.0.4 쳐보니 에러가 뜬다

 

Could not find a version that satisfies the requirement openpyxl-3.0.4 (from versions: )
No matching distribution found for openpyxl-3.0.4

위 두줄은 openpuxl-3.0.4를 못 찾는 거 같고


You are using pip version 19.0.3, however version 20.2b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

위 두줄은 pip 버전을 업데이트 해달라는 뜻으로 추정된다.

 

 

그림 2

 

 

파이썬 설치경로에서 python -m pip install --upgrade pip 명령어를 치니 업데이트가 된다.

 

 

 

그림 3

 

 

업데이트는 됬으나 openpuxl-3.0.4를 못 찾는 거 같아 보인다.

 

 

 

그림 4

 

깔끔하게 설치 되었습니다

 

반응형

+ Recent posts