serp-ai / bark-with-voice-clone

🔊 Text-prompted Generative Audio Model - With the ability to clone voices
https://serp.ai/tools/bark-text-to-speech-ai-voice-clone-app
Other
2.97k stars 396 forks source link

Fairseq not found #87

Open sidharth-raj-dev opened 7 months ago

sidharth-raj-dev commented 7 months ago

After getting fairseq not found error, I installed fairseq with pip install fairseq. Now this happens

Screenshot 2023-12-10 121243

It would help a lot, in environment setup if a link is provided to a google collab. A lot of module not found issues are happening.

Thanks.

dagshub[bot] commented 7 months ago

Join the discussion on DagsHub!

HanClinto commented 6 months ago

I'm struggling through the same things.

Notes that I'm finding:

Still haven't quite gotten it to work, but these are the missing dependencies / environment notes that I've found thus far...

aryansid commented 1 month ago

Facing same issue!

aryansid commented 1 month ago

I'm struggling through the same things.

Notes that I'm finding:

  • Helps to use Python 3.10.*

    • pip install .
    • pip install jupyter
    • pip install fairseq
    • audiolm_pytorch

Still haven't quite gotten it to work, but these are the missing dependencies / environment notes that I've found thus far...

This worked for me!