Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yeswecan opened this issue Jul 4, 2024 · 3 comments
Open

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

yeswecan opened this issue Jul 4, 2024 · 3 comments

Comments

@yeswecan
Copy link

yeswecan commented Jul 4, 2024

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.
@johnwick123f
Copy link

Yep same exact error!

@Green-Sky
Copy link
Collaborator

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

@johnwick123f
Copy link

Yeah that solved it, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants