Currently, many of our installs, particularly in ada_feeding_perception, use pip. There are two issues with this:
Every user needs to separately run pip installs, whereas apt installs run on a computer level.
The pip version of OpenCV sometimes gives this error, whereas the apt version does not.
Therefore, we should systematically go through our pip installation instructions, determine if there is a apt version of the package, and if so change the documentation to use that version instead.
Currently, many of our installs, particularly in
ada_feeding_perception
, usepip
. There are two issues with this:pip
installs, whereasapt
installs run on a computer level.Therefore, we should systematically go through our
pip
installation instructions, determine if there is aapt
version of the package, and if so change the documentation to use that version instead.