Collecting gruut>=2.4.0 (from gruut[de,es,fr]>=2.4.0->coqui-tts==0.24.2->coqui-tts[languages]==0.24.2->-r requirements.txt (line 5))
Using cached gruut-2.4.0.tar.gz (85 kB)
Preparing metadata (setup.py) ... done
Collecting einops>=0.6.0 (from coqui-tts==0.24.2->coqui-tts[languages]==0.24.2->-r requirements.txt (line 5))
Using cached einops-0.8.0-py3-none-any.whl.metadata (12 kB)
INFO: pip is looking at multiple versions of coqui-tts to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install coqui-tts and transformers==4.36.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested transformers==4.36.2
coqui-tts 0.24.2 depends on transformers<4.43.0 and >=4.42.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
pip install --upgrade --no-deps --force-reinstall -r requirements.txt
이걸로 쉽게 해결됨!
'개발 > Python' 카테고리의 다른 글
[Python] @wraps 설명 (0) | 2024.09.02 |
---|---|
[Python] @classmethod vs getter, setter 사용 (0) | 2024.07.04 |
Python - 내가 만든 모듈, 다른 사람들이 사용하도록 패키징하기 (0) | 2024.03.15 |
Python 정적 메소드(@staticmethod) (0) | 2024.03.14 |
파이썬 EXE 파일 만들기 (0) | 2023.12.31 |