본문 바로가기

👩‍🌾 도비의 농장/🪚 삽질 일기

[Torchtext] Can't find model 'en_core_web_sm'

pip install -U spacy

[E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.

 

>>>

English 같은 language 를 별도 설치

python -m spacy download en
python -m spacy download de

 

자연어 처리 모델 돌리면 매번

Torch 버전이랑 Cuda랑 Torchtext 어쩌구 계속 에러나는데

정리하기 귀찮아서 매번 이러고 있다~~