bark.cpp icon indicating copy to clipboard operation
bark.cpp copied to clipboard

Colab doesn't start - Encodec.cpp seems to lack CMakeLists.txt

Open yeswecan opened this issue 1 year ago • 3 comments

Here's the error I get when I run the first cell of the colab:

/content/bark.cpp
/content/bark.cpp/build
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:21 (add_subdirectory):
  The source directory

    /content/bark.cpp/encodec.cpp

  does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred!
gmake: Makefile: No such file or directory
gmake: *** No rule to make target 'Makefile'.  Stop.

yeswecan avatar Jul 04 '24 13:07 yeswecan

Yep same exact error!

johnwick123f avatar Jul 16 '24 23:07 johnwick123f

looks like the git submodule was not initialized, either clone recursively or run git submodules update --init

Green-Sky avatar Jul 29 '24 10:07 Green-Sky

Yeah that solved it, thanks!

johnwick123f avatar Jul 29 '24 22:07 johnwick123f

Thanks for answering @Green-Sky . Closing this issue as this is solved. Feel free to re-open if you have another issue.

PABannier avatar Oct 11 '24 12:10 PABannier