-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requirements conflict #8
Comments
Can you try numpy==1.24.3 in requirement.txt. Works for me. |
Python 3.10 on Windows: The conflict is caused by: |
In python 3.10 ( conda env) I managed to install dependencies with: faiss_cpu==1.7.4
gradio==4.7.1
librosa==0.10.0
numpy==1.22.0
praat-parselmouth
pyworld==0.3.4
Requests==2.31.0
scipy==1.11.4
torch==2.1.0
torchcrepe==0.0.22
TTS==0.21.1 In requirements.txt. |
I haven't touched this project in a while, but if I recall, this was done in python 3.10 and for whatever reason worked in a venv. If I have time I'll investigate this. |
It was python 3.11 I had 3.10 installed but in the wrong order in my environment PATH. |
I also face this issue, the exact same error. |
This is my error, exact same as the OP: The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts` |
I also run into the same issue. The easiest way is conda. Just place a environment.yaml into the project folder with the following content:
And run the following commands
|
I am a bit new with this. name: xtts
after that save the file under the name "environment.yaml" ? After that move it to afolder called "Project" or in the main folder of XTTS-RVC-UI ? Then run the codes you mentioned through a command prompt (cmd) or do you mean "Anaconda" prompt? Thank you! |
I am running into more issues installing Conda and it not working at all: >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
|
Thank you @clementvp using this list of requirements, with python 3.10 (latest: 3.10.14 now) worked fine for me (after trying the original requirements). |
Similiar issue for me related to |
Getting this error: ERROR: Cannot install -r requirements.txt (line 1) and fairseq because these package versions have conflicting dependencies. The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts |
can someone just release a portable version of this? either that, or explicitly state a full, exhaustive list of everything used, every bit of the config, every version. |
how does numpy 1.24.3 work for you, when "tts 0.21.1 depends on numpy==1.22.0" ? |
Here's what worked for me. It's a bit rough but hey.
Hope it will work for you |
Having trouble getting the TTS RVC WebUI installed getting this error:
ERROR: Cannot install -r requirements.txt (line 1), -r requirements.txt (line 12), -r requirements.txt (line 3), -r requirements.txt (line 4), -r requirements.txt (line 7), -r requirements.txt (line 9) and numpy==1.22.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==1.22.0
fairseq 0.12.2 depends on numpy; python_version >= "3.7"
gradio 4.7.1 depends on numpy~=1.0
librosa 0.10.0 depends on numpy>=1.20.3
pyworld 0.3.4 depends on numpy
scipy 1.11.4 depends on numpy=1.21.6
tts 0.21.1 depends on numpy>=1.24.3; python_version > "3.10"
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The text was updated successfully, but these errors were encountered: