Project

General

Profile

Actions

Bug #853

closed

[infra] Dockerfile voice-clone build issue so-vits-svc-fork version

Added by Phước Ngọc Trần 4 months ago. Updated about 2 months ago.

Status:
Closed
Priority:
Normal
Category:
-
Start date:
06/05/2024
Due date:
06/05/2024
% Done:

100%

Estimated time:
1:00 h
Spent time:

Description

Hiện trạng:
- Khi build dockerfile repo voice-clone thì bị failed ở lúc đoạn RUN ["pip", "install", "-U", "so-vits-svc-fork"]

Throw ra error này

9.367 Requirement already satisfied: praat-parselmouth in /opt/conda/lib/python3.10/site-packages (from so-vits-svc-fork==4.2.0-> r requirements.txt (line 8)) (0.4.3)
9.400 INFO: pip is looking at multiple versions of so-vits-svc-fork to determine which version is compatible with other requirements. This could take a while.
9.418 ERROR: Ignored the following yanked versions: 2.7.0, 4.60.5
9.418 ERROR: Could not find a version that satisfies the requirement pysimplegui<5,>=4.6 (from so-vits-svc-fork) (from versions: 5.0.0, 5.0.2, 5.0.3, 5.0.4, 5.0.5)
9.418 ERROR: No matching distribution found for pysimplegui<5,>=4.6
------
Dockerfile:12
--------------------
10 |
11 | COPY requirements.txt /app
12 | >>> RUN ["pip", "install", "-r", "requirements.txt"]
13 |
14 | FROM base as main
--------------------
ERROR: failed to solve: process "pip install -r requirements.txt" did not complete successfully: exit code: 1

Nguyên nhân:
Do package PySimpleGUI có update lên version 5.0, dẫn đến so-vits-svc-fork==4.2.0 (có dependency PySimpleGUI) tải về bản PySimpleGUI 5.0, không tương tích với so-vits-svc-fork==4.2.0 hiện tại.

Cách khắc phục:

https://github.com/AINNATE-TTS/voice_clone_api/pull/55

Actions

Also available in: Atom PDF