docx 를 import 할 때 다음과 같은 에러가 발생했습니다.
에러 내용을 검색한 결과
python 3x 에서는 pip install docx 를 하지 말고
pip install python-docx
로 python-docx를 설치하라는 내용이었습니다.
(ktsec) C:\Users\user>pip install python-docx
Collecting python-docx
Downloading python-docx-0.8.11.tar.gz (5.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 16.1 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Requirement already satisfied: lxml>=2.3.2 in c:\users\user\.conda\envs\ktsec\lib\site-packages (from python-docx) (4.9.2)
Building wheels for collected packages: python-docx
Building wheel for python-docx (setup.py) ... done
Created wheel for python-docx: filename=python_docx-0.8.11-py3-none-any.whl size=184519 sha256=71136be8c20ba47bb9aced4165db582d5fcf8791a6c2bd074c8acf6f3b08c926
Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\b2\11\b8\209e41af524253c9ba6c2a8b8ecec0f98ecbc28c732512803c
Successfully built python-docx
Installing collected packages: python-docx
Successfully installed python-docx-0.8.11
와 같이 성공적으로 설치되었습니다.
'이것 저것' 카테고리의 다른 글
노화와 눈 건강, 슬기로운 눈 건강 관리법 (0) | 2025.01.15 |
---|---|
자료 요약 끝판 왕, 노트북LM (2) | 2025.01.01 |
블루 스크린 원인 확인하기 (0) | 2023.01.11 |
프리젠테이션에 저장할 수 없는 글꼴이 있습니다. (0) | 2022.12.10 |
자동차 검사 (0) | 2022.11.25 |