OpenMV IDE software installation problem

Hi
I am currently installing OpenMV IDE in order to use Cam RT1062 and during the installation process at 66% i get an error where it says Execution failed (Unexpected exit code: 1):“pip3 install pyusb” … I already tried installing pyusb on my ubuntu computer and it was already there .I even did sudo apt update and sudo apt upgrade after and it is still not working. I can Ignore the warning and finish the installation but then when i open the application and try to connect it does not detect the Cams … i get "No OpenMVCams found "
Could you please help out

Hi, the pip3 install is just for some debugging scripts. It’s not too important. However, it shouldn’t be failing unless the IDE didn’t have the right sudo access to install with.

Anyway, as for the camera not being detected. This is probably happening because there’s a udev rules install that happens after the pip3 install.

If you install the IDE via the .run installer and just select to manually install the udev rules yourself the installer will output a setup.sh script that you can run/edit with everything that needs to be done. In this case, you can remove the failing pip install lines and just run the udev lines.

Sorry ignore the first 2 lines of the email and just look at my installation steps please

Replied to your email.