AlexandaJerry / whisper-vits-japanese

Vits Japanese with Whisper as data processor (you can train your VITS even you only have audios)
MIT License
160 stars 28 forks source link

Error: Fail to install `pyopenjtalk` in Colab #17

Open SIKtt opened 1 year ago

SIKtt commented 1 year ago

Error: Fail to install pyopenjtalk in Colab

在安装pyopenjtalk==0.1.3时出现了错误 Error occured when install pyopenjtalk==0.1.3 from requirements.txt

Collecting pyopenjtalk==0.1.3 (from -r requirements.txt (line 9))
  Downloading pyopenjtalk-0.1.3.tar.gz (1.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 88.5 MB/s eta 0:00:00
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
  Installing build dependencies ... error
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

我所使用的环境:

python 3.10.2
pip 23.1.2 
SIKtt commented 1 year ago

在依赖cythonnumpy安装后可以使用--no-build-isolation执行安装 #issues 48

pip install pyopenjtalk=0.1.3 --no-build-isolation