KevinWang676 / Bark-Voice-Cloning

Bark Voice Cloning and Voice Cloning for Chinese Speech
MIT License
2.74k stars 396 forks source link

建议将通过pip安装的软件的都标明版本号,否则就会出现依赖错误 #80

Open sg0771 opened 9 months ago

sg0771 commented 9 months ago

! pip install openai-whisper ! pip install modelscope ! pip install tts-autolabel -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html ! pip install typeguard==2.3.1 ! pip install sox ! pip install bitstring ! pip install pysptk --no-build-isolation ! pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html ! pip install pytorch_wavelets ! pip install tensorboardX ! git clone https://github.com/fbcotter/pytorch_wavelets ! pip install matplotlib ! pip install numpy==1.22.0

没有指定版本号的依赖会自动安装最新的,然后需要的numpy版本就对不上了

提示 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. librosa 0.10.1 requires numpy!=1.22.0,!=1.22.1,!=1.22.2,>=1.20.3, but you have numpy 1.22.0 which is incompatible. pandas-gbq 0.17.9 requires pyarrow<10.0dev,>=3.0.0, but you have pyarrow 13.0.0 which is incompatible. plotnine 0.12.2 requires numpy>=1.23.0, but you have numpy 1.22.0 which is incompatible.

KevinWang676 commented 9 months ago

如果报错的信息不影响正常运行,可以无视它们