fishaudio / fish-diffusion

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

Having issue with basic install #98

Closed megablocks closed 11 months ago

megablocks commented 1 year ago

After going through installation instructions - git pull and pdm sync, any command I try to run I am getting following error " from fish_diffusion.archs.diffsinger.diffsinger import DiffSingerLightning ModuleNotFoundError: No module named 'fish_diffusion'"

Not sure how to go past this.

leng-yue commented 1 year ago

Can you try pdm install?

megablocks commented 1 year ago

fish-diffusion>pdm install All packages are synced to date, nothing to do. Installing the project as an editable package... v Update fish-diffusion 2.2.0+editable -> 2.2.0 successful

All complete!

fish-diffusion\tools\diffusion\inference.py", line 17, in from fish_diffusion.archs.diffsinger.diffsinger import DiffSingerLightning ModuleNotFoundError: No module named 'fish_diffusion'

leng-yue commented 1 year ago

Did you activate the pdm env? ususally in .venv

leng-yue commented 11 months ago

Closed due to inactive