We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(venv_hailo_rpi5_examples) (base) pi@raspberrypi:/Downloads/hailo-rpi5-examples $ python basic_pipelines/detection.py Traceback (most recent call last): File "/home/pi/Downloads/hailo-rpi5-examples/basic_pipelines/detection.py", line 1, in import gi ModuleNotFoundError: No module named 'gi' (venv_hailo_rpi5_examples) (base) pi@raspberrypi:/Downloads/hailo-rpi5-examples $ python --version Python 3.11.9
The text was updated successfully, but these errors were encountered:
Run this command in the terminal sudo apt-get install graphviz libgraphviz-dev Then try again
sudo apt-get install graphviz libgraphviz-dev
Sorry, something went wrong.
No branches or pull requests
(venv_hailo_rpi5_examples) (base) pi@raspberrypi:
/Downloads/hailo-rpi5-examples $ python basic_pipelines/detection.py/Downloads/hailo-rpi5-examples $ python --versionTraceback (most recent call last):
File "/home/pi/Downloads/hailo-rpi5-examples/basic_pipelines/detection.py", line 1, in
import gi
ModuleNotFoundError: No module named 'gi'
(venv_hailo_rpi5_examples) (base) pi@raspberrypi:
Python 3.11.9
The text was updated successfully, but these errors were encountered: