Closed Jai-GAY closed 2 months ago
The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command.
apt install python3.10-venv
You may need to use sudo with that command. After installing the python3-venv package, recreate your virtual environment.
Have you tried to install it, like with sudo apt install python3.10-venv
(or apt install python3.10-venv
depending on your user accoung privileges) and then try the installation again?
Wondering why the install script install_depthai.sh
wouldn't install the Python virtual environment package as it obviously uses it...
yes, did the fix and redo install_depthai.sh
sudo apt install python3.10-venv
sudo wget -qO- https://docs.luxonis.com/install_depthai.sh | bash
Describe the bug
setup.txt