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
4.5k stars 386 forks source link

[BUG]: could u pls help me with this? thanks! #214

Closed A-d-DASARE closed 3 months ago

A-d-DASARE commented 4 months ago

DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of omegaconf or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063

jiaqili3 commented 3 months ago

Hi, could you provide more detailed information, like what command you used to see this, and your OS version? Thanks. BTW, we recommend installing via conda,

# Install Python Environment
conda create --name amphion python=3.9.15
conda activate amphion

# Install Python Packages Dependencies
sh env.sh
A-d-DASARE commented 3 months ago

yup, i followed the installation steps, The Python version is 3.9.15 and Ubuntu 20.04 is the OS version. Soon after I run sh env.sh, I am getting that warning. and final remarks as below

"DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of omegaconf or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063 Installing collected packages: pathspec, mypy-extensions, black Successfully installed black-24.1.1 mypy-extensions-1.0.0 pathspec-0.12.1"

Not sure if that is oaky and if I can continue?

jiaqili3 commented 3 months ago

v.sh, I am getting that warning. and final remarks as below

"DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of omegaconf or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be

Yeah, I think this is fine

jiaqili3 commented 3 months ago