Requirement already satisfied: wheel in ./venv_hailo_rpi_examples/lib/python3.11/site-packages (0.45.1)
warning: error parsing dependencies of send2trash: expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
sys-platform (=="darwin") ; extra == 'objc'
And during the ./install.sh step I also saw the same errors many times, although the installation did complete.
Just a heads up - you don’t need to run the requirements.txt install separately since install.sh already handles that for you. As for the error you’re seeing in install.sh, that’s strange and shouldn’t be happening.
If install.sh finished successfully, the app should be working fine. Could you do me a favor and run pip list | grep hailo both inside and outside the virtual environment? That’ll help us figure out what’s going on.
his error message appears many times during ./install.sh, but the installation still completes successfully. More importantly, both the detection examples and the camera examples run correctly. It seems like this is a harmless warning that can be ignored.
Thanks for your reply.