bark icon indicating copy to clipboard operation
bark copied to clipboard

Can not find bark anywhere after install

Open indianninja2018 opened this issue 3 years ago • 3 comments

I installed using the single line command after opening cmd in E/bark: pip install git+https://github.com/suno-ai/bark.git and then the directory I used E/bark was empty. Where is it?

indianninja2018 avatar Apr 22 '23 03:04 indianninja2018

you just install a python moudel. you need to create a python file and import it. try to copy the code in the usage and save it as test.py and run it in the command line.

angryfarmersmith avatar Apr 22 '23 04:04 angryfarmersmith

So i have basically installed it with python, right? I will create a bark.py or something and can run with cmd, and that should work? Dont I need to download models? I am very noob at this, can you tell me how to import the bark.py and run it? Please?

indianninja2018 avatar Apr 22 '23 05:04 indianninja2018

bark is a new project so expect to be bitten. Yes, you should create a filename but not bark.py because that's the one filename which conflicts with bark namespace. Use something like demo.py instead. You don't need to download models because it will be done automatically when you run demo.py.

To the authors:

  1. People will want to use bark.py. Isn't there someway to avoid the namespace conflict?
  2. Place a file (README, demo.py) into the project directory so people aren't confused by the empty directory.

BSalita avatar Apr 24 '23 14:04 BSalita

not sure i understand what the issue is to be honest. closing for now, feel free to reopen if issue persists

gkucsko avatar Apr 26 '23 01:04 gkucsko

If you have virtual env, looks there, e.g: \virutalenv\env\lib\site-packages\bark\api.py"

keetruda69 avatar Jun 20 '23 09:06 keetruda69