fishaudio / fish-diffusion

An easy to understand TTS / SVS / SVC framework
https://diff.fish.audio
MIT License
635 stars 81 forks source link

Update Requirements.txt #45

Closed KillauraHacks closed 1 year ago

KillauraHacks commented 1 year ago

Am I missing a step I didn't see or something? I keep getting no module named '' errors I did a pip install -r on the requirements.txt but I'm still missing a lot of dependencies image

edit: kept on manually installing the dependencies until I got to here and won't let me progress (I am using release 2.0): image

leng-yue commented 1 year ago

You may want to run pip install -e ..
BTW, Using poetry is a better solution.

KillauraHacks commented 1 year ago

I have

You may want to run pip install -e .. BTW, Using poetry is a better solution.

ah okay that was my issue I guess I did the poetry install command and didn't see the error it produced originally I just had to run anaconda as an administrator then rerun the command