MacOS: zsh: command not found: edge-impulse-cli

Hello

I am working on MacOS 14.5 with an M1 chip.
I followed the installation instructions Installation | Documentation.
But when I run edge-impulse-cli in my (zsh) Terminal I get

    `zsh: command not found: edge-impulse-cli`

I had added the corresponding directories to my PATH variable (in .zprofile as well as .zshrc) as suggested. I restarted my terminal, my MacBook. Uninstalled and re-installed everything (starting from Node.js). But it still does not find the command. The suggestions in similar threads did unfortunately not help either.

Can you please help me?

Best

Hello @tjpeter,

the command edge-impulse-cli does not exist, you need to run the dedicated command for your “task”:

  • edge-impulse-daemon
  • edge-impulse-run-impulse
  • edge-impulse-data-forwarder
  • edge-impulse-uploader
  • edge-impulse-block

Best,

Louis