duckietown / lib-dt-apriltags

Python bindings to the Apriltags library
Other
59 stars 8 forks source link

Build Error, Nvidia Jetson Nano #14

Open maharshi114 opened 3 years ago

maharshi114 commented 3 years ago

Error :

[Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested ---> Running in db6b89bc69c3 standard_init_linux.go:228: exec user process caused: exec format error The command '/bin/sh -c apt-get update && apt-get install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-pip cmake' returned a non-zero code: 1 Makefile:6: recipe for target 'build' failed make: *** [build] Error 1

afdaniele commented 2 years ago

You are trying to build an amd64 on an arm64v8 CPU. What command are you running to get this error?

maharshi114 commented 2 years ago

Nvidia Jetson nano based on Arm64v2, this error is showing at that time of building. Also, I have tested the build command with make build ARCH=arm64v8. But the error is the same.

Still, it is a long time ago, so need time to simulate again. Currently, we closed this R&D topic from our side, but we will test the solution if you provide it.

Thank you in Advance.