Page 1 of 1

Problem with .repo/repo/repo sync – GitError: config: [Errno 2] No such file or directory

Posted: 2025-07-12 10:27
by achille
Hello,

I'm trying to compile and build the Lyra SDK following the instructions, but the repo sync command fails with the following error:
Traceback (most recent call last):

File "/home/achille/Lyra-sdk/.repo/repo/main.py", line 531, in <module>
_Main(sys.argv[1:])
File "/home/achille/Lyra-sdk/.repo/repo/main.py", line 507, in _Main
result = repo._Run(argv) or 0
...
File "/home/achille/Lyra-sdk/.repo/repo/git_command.py", line 238, in __init__
raise GitError('%s: %s' % (command[1], e))
GitError: config: [Errno 2] No such file or directory

I followed the standard steps, including:

Setting up Python 2.7 (which is now working).

Running .repo/repo/repo sync -l.

However, it seems that something is missing — likely the repo init step. Unfortunately, I couldn't find the correct manifest URL and branch to use with:

.repo/repo/repo init -u <URL> -b <branch>

Could you please confirm:

What is the correct manifest URL and branch for Lyra SDK?

Whether there is a known fix or updated documentation for this repo error?

Thank you in advance for your support.

Best regards,
Achille