bark icon indicating copy to clipboard operation
bark copied to clipboard

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements_conda_missing.txt'

Open dxkang2020 opened this issue 2 years ago • 3 comments

ubuntu 22.04

The following issues occurred during the installation process:

(base) ➜ bark git:(main) pip install -r requirements_conda_missing.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements_conda_missing.txt'

What can I do to resolve this?

dxkang2020 avatar Jun 19 '23 15:06 dxkang2020

Can you check if you have the latest zip, it should be barkinstall_06_17_23.zip

JonathanFly avatar Jun 19 '23 16:06 JonathanFly

Can you check if you have the latest zip, it should be barkinstall_06_17_23.zip

I'm installing under Ubuntu, not Windows.

dxkang2020 avatar Jun 19 '23 16:06 dxkang2020

I've neglected the LInux install instructions, so it's a bit out of date. There are only a few differences. Try using this as the base .yml file, it most of the pip built in:

https://github.com/JonathanFly/bark/blob/bark_amd_directml_test/environment-cuda-installer_wsl.yml

That's got way more than you need for Bark, but it's the one I used recently to run both Bark and MusicGen in WSL in the same conda env.

JonathanFly avatar Jun 19 '23 16:06 JonathanFly