728x90
반응형
에러 코드
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed.
This behaviour is the source of the following dependency conflicts.
gensim 4.3.0 requires FuzzyTM>=0.4.0, which is not installed.
Error: 현재 pip의 dependency dependency resolver가 설치된 모든 패키지를 고려하지 않는 상태입니다.
이 동작은 아래에 나타난 dependency 충돌의 원인입니다.
gensim 4.3.0 라이브러리에 필요한 FuzzyTM>=0.4.0 라이브러리가 설치되지 않은 상태입니다.
원인
genism 이라는 자연어 처리를 위한 오픈 소스 라이브러리를 사용하기 위해선, 버전 0.4.0 이상의 FuzzyTM 라이브러리를 깔아줘야 한다.
해결법
1. pip install FuzzyTM
위의 명령어를 입력해주니 내 가상환경엔 2.0.9 버전의 FuzzyTM이 정상적으로 설치가 되었다! 😋
궁금한 점이 있으시다면 댓글 남겨주세요 ❣️
728x90
반응형
'에러 해결 모음집' 카테고리의 다른 글
[파이썬 에러] No module named 'torchvision.transforms.functional_tensor' (0) | 2024.06.07 |
---|---|
[파이썬 에러] cannot import name 'imresize' from 'scipy.misc' (1) | 2024.05.30 |
[파이썬 에러] ERROR: Failed building wheel for numpy (0) | 2024.05.30 |
[파이썬 에러] AttributeError: module 'numpy' has no attribute 'int' (3) | 2024.05.30 |
[파이썬 에러] 대상 컴퓨터에서 연결을 거부했으므로 연결하지 못했습니다 (1) | 2024.05.30 |