Rumarino-Team / hydrus-software-stack

Unified software stack for the Hydrus submarine that will include computer vision, embedded, and controls code.
1 stars 4 forks source link

Issue when running run_docker.sh #31

Closed fernandopizarro1 closed 4 weeks ago

fernandopizarro1 commented 4 weeks ago

After recent changes were added, when running the run_docker.sh file I received the following error:

137.7   Downloading https://download.pytorch.org/whl/networkx-3.2.1-py3-none-any.whl (1.6 MB)
140.0 ERROR: Package 'networkx' requires a different Python: 3.8.10 not in '>=3.9'
------
failed to solve: process "/bin/sh -c python3 -m pip install --extra-index-url https://download.pytorch.org/whl/cpu ultralytics" did not complete successfully: exit code: 1

The problem seems to be that it requires python version 3.9 or higher . This issue is to fix this bug.