open-mmlab / Amphion

Amphion (/æmˈfaɪən/) is a toolkit for Audio, Music, and Speech Generation. Its purpose is to support reproducible research and help junior researchers and engineers get started in the field of audio, music, and speech generation research and development.
https://openhlt.github.io/amphion/
MIT License
6.27k stars 467 forks source link

[Help]: Installation failed using setup installer #284

Open GryffindorLi opened 1 week ago

GryffindorLi commented 1 week ago

Problem Overview

I tried to install Amphion following the setup installer instructions, but I failed at the fairseq installation step. image

I also tried to use a newer version of python (3.11) and remove the version specification in the env.sh but got the same outcome.

Steps Taken

  1. Install follow the seup installer instructions, but failed.
  2. Install with Python 3.11, failed.
  3. Install without version specification, failed.

Expected Outcome

I want to install Amphion in a Conda environment successfully.

Environment Information

cpken commented 19 hours ago

我也一样安装不成功(Python 3.9.20)

cpken commented 18 hours ago

把 pip 的版本降低到 24.0 可以安装成功

$ pip install pip==24.0
$ pip install fairseq