Hi,
I am using WSL. I am following the tutorial for Linux Python SDK. I have installed the edge-impulse-cli.
However the edge-impulse-linux-runner is not recognized.
Could you help me with this?
Hi,
I am using WSL. I am following the tutorial for Linux Python SDK. I have installed the edge-impulse-cli.
However the edge-impulse-linux-runner is not recognized.
Could you help me with this?
Hi @hizzawaseem
it looks like you did not correctly install the CLI, not sure why requests is deprecated here, can you please try reinstalling and follow the troubleshooting for your platform:
If this persists let me know and I’ll alert our tech team.
Best
Eoin
Hello,
i get the same error using google colab. i follow the same instructions here: Installation | Documentation
i write in my colab:
! pip install edge_impulse_linux
! pip install numpy
! pip install opencv-python
!curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
!sudo apt-get install -y nodejs
!node -v
!npm config get prefix
/root/.npm-global
!edge-impulse-linux-runner --download modelfile.eim
/bin/bash: line 1: edge-impulse-linux-runner: command not found
could you please help me