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
I recently purchase a WAVE ROVER and I'm been having difficulties getting app.py to run.
After following the installations instructions for raspberry pi 4b, app.py won't work due to “Module Not Found Error” in Python for the following modules:
yaml
flask-socketio
aiortc (requires av 10.0.0-1+b1)
imageio
picamera2
depthai
After manually installing the modules I was able to run the application, however some of the modules I had to use the pip --break-system-packages to force the installation.
I also downloaded and try the provided image for raspberrypi 4b as a test:
Hello,
I recently purchase a WAVE ROVER and I'm been having difficulties getting app.py to run.
After following the installations instructions for raspberry pi 4b, app.py won't work due to “Module Not Found Error” in Python for the following modules:
yaml
flask-socketio
aiortc (requires av 10.0.0-1+b1)
imageio
picamera2
depthai
After manually installing the modules I was able to run the application, however some of the modules I had to use the pip --break-system-packages to force the installation.
I also downloaded and try the provided image for raspberrypi 4b as a test:
https://www.waveshare.com/wiki/RaspRover#Images_Flashing
And the same issue occurs, app.py won't run without manually installing the missing modules.
Have you have the same issue? Is there an newer version of the app? is there an specific version of the app for the WAVE ROVER robot?
For model selection in the app is " s 10" the correct code for WAVE ROVER?
Thank you ,
The text was updated successfully, but these errors were encountered: