You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Dimalo. I run docker-compose build on my custom board with S905X2 SoC. Image builded in the buildroot project. It has docker engine and docker-compose. And I get the error:
× Building wheel for ninja (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [13 lines of output]
/tmp/pip-build-env-5eyd4zei/overlay/lib/python3.10/site-packages/setuptools_scm/git.py:308: UserWarning: git archive did not support describe output
Hello Dimalo. I run
docker-compose build
on my custom board with S905X2 SoC. Image builded in the buildroot project. It has docker engine and docker-compose. And I get the error:I apply this patch:
And this solves my problem, maybe it will help others too
The text was updated successfully, but these errors were encountered: