Running on a PC

Hello All,
I am still trying to run Edge Impulse on the PC, I am running linux 64 bit, when I attempt to run, I get the error that I can’t run this on a 64bit pc and only ARM is supported, is this correct?

(base) kevin@kevin-desktop:~$ sudo edge-impulse-linux-runner --download modelfile.emi
[sudo] password for kevin:         
Edge Impulse Linux runner v1.2.5

[RUN] Failed to run impulse Error: Unsupported architecture "x64", only arm supported for now
    at RunnerDownloader.getDownloadType (/usr/local/lib/node_modules/edge-impulse-linux/build/cli/linux/runner-downloader.js:45:23)
    at RunnerDownloader.getLastDeploymentVersion (/usr/local/lib/node_modules/edge-impulse-linux/build/cli/linux/runner-downloader.js:55:39)
    at /usr/local/lib/node_modules/edge-impulse-linux/build/cli/linux/runner.js:123:48

Hi @kevin192291, correct. https://github.com/edgeimpulse/example-standalone-inferencing-linux does work on every Linux / Mac system though (but only in C++). https://github.com/edgeimpulse/example-standalone-inferencing even works on Windows.

1 Like

That did the trick! Thank you very much!

1 Like