janvarev / Irene-VA-win-installer

Быстрый установщик для голосового помощника Ирины
5 stars 3 forks source link

Conflicting dependencies #1

Open andrey-khudoley opened 1 year ago

andrey-khudoley commented 1 year ago

Приветствую. При установке через Install.bat возникает следующая ошибка:

INFO: pip is looking at multiple versions of vosk-tts to determine which version is compatible with other requirements. This could take a while.
  Using cached vosk_tts-0.3.45-py3-none-any.whl (10 kB)
ERROR: Cannot install -r requirements_exe_runner.txt (line 4) because these package versions have conflicting dependencies.

The conflict is caused by:
    vosk-tts 0.3.46 depends on onnxruntime
    vosk-tts 0.3.45 depends on onnxruntime

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
janvarev commented 1 year ago

Не могу воспроизвести. Варианты: напишите больше о системе или, лучше, поправьте файл requirements_exe_runner.txt в папке Ирины так, чтобы заработало, и пришлите.

yCocoJamboo commented 1 year ago

Onnxruntime не имеет версии для Python 3.11.3, проблему удалось решить откатом до Python 3.10.10.