[solution] pip install spacy

Sejin Jeong·2023년 7월 1일
1

Solution

목록 보기
1/2
post-thumbnail

problem : 'spaCy를 이용하여 의존 구문 분석'을 하려고 했으나, 'spaCy 2.1.9'가 설치 되지 않았다.

(...중략...)

result : 'spaCy 2.1.9'는 설치 되지 않았으나, 'spaCy 3.5.4'는 설치 되었다.

need to improve 1 : 필요 버전에 맞게 재설치

need to improve 2 : 버전 낮추기 (downgrade)

environment :

(python version) Python 3.9.1
(laptop) LG gram intel PENTIUM
(OS) windows 10
(*) cuda 사용 안 함.

trial 1 :

(prompt) pip install spacy==2.1.9

참고 사이트 1 : 자연어처리 바이블 chap 6. 구문 분석
참고 사이트 2 : LINK

error 1 :

(...중략...)

<실직적인 원인 & 해결 1>

"ERROR : Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools ~ "

Solution : Visual Studio C++ 설치
참고 사이트 : LINK

<실질적인 원인 & 해결 2>

"ERROR : ~ dependency conflicts. ~ OOO requires ~ , but you have ~ which is incompatible"

Solution : (prompt) pip install awspy --no-dependencies

참고 사이트 1 : LINK
참고 사이트 2 : LINK
참고 사이트 3 : LINK

Retrial: (prompt) python -m spacy download en_core_web_sm

<실질적인 원인 & 해결 3>

"AttributeError: module 'click.utils' has no attribute '_expand_args'"

Solution : (prompt) pip install --upgrade click

참고 사이트 : LINK

Retrial: (prompt) python -m spacy download en_core_web_sm

(...중략...)

(*) 아래부터는 다수의 trial & error가 등장할 것이다...

trial 2 :

(prompt) pip install -U setuptools

error 2 :

trial 3 :

(prompt) pip install notebook --upgrade

참고 사이트: LINK

error 3 :

(...중략...)

trial 4 :

(prompt) pip install notebook --upgrade --user

error 4 :

(...중략...)

trial 5 :

(prompt) pip install spacy

error 5 :

(...중략...)

trial 6 :

(prompt) pip install -U pip setuptools wheel

error 6 :

trial 7 :

(prompt) pip install -U spacy==2.1.9

error 7 :

(...중략...)

trial 8 :

(prompt) pip install -U spacy

error 8 :

(...중략...)

trial 9 :

(prompt) python
(prompt) import spacy

error 9 :

trial 10 :

(prompt) python -m spacy download en_core_web_sm

error 10 :

(...중략...)

trial 11 :

(prompt) pip install --use-pep517

error 11 :

trial 12 :

(prompt) pip install --use -pep517

error 12 :

trial 13 :

(prompt) pip install -U pip install setuptools wheel

error 13 :

trial 14 :

(prompt) python -m spacy info

참고 사이트: LINK

error 14 :

(...중략...)

trial 15 :

(prompt) python -m pip install -U pydantic spacy

참고 사이트: LINK

error 15 :

(...중략...)

profile
Soli Deo Gloria. / Sapere Aude.

0개의 댓글