depthai: Getting started: python3 install_requirements.py Error preventing demo

console output here

host: ubuntu 18.04 (tegra/jetson) fresh install

  WARNING: The scripts f2py, f2py3 and f2py3.6 are installed in '/home/toaster/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behavio                                           ur is the source of the following dependency conflicts.
uff 0.6.9 requires protobuf>=3.3.0, but you have protobuf 3.0.0 which is incompatible.

Once this completes, attempting to run python3 depthai_demo.py causes Illegal instruction (core dumped)

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 23 (13 by maintainers)

Most upvoted comments

Confirmed. Jetson (nx) with OOB image, then completing the instructions from getting started results in seg fault. so for the timebeing, “modern” Jetpacks are not usable. just downloaded latest 4.5 just released will try again

I will reconfirm again tomorrow morning, but it appears that virgin 4.4 jetpack produced this seg fault on both nano and nx (which are same version, but different binary images)

i can confirm now that on any fresh new jetpack 4.4 jetson that python3 -c "import cv2; import numpy as np; blank_image = np.zeros((500,500,3), np.uint8); cv2.imshow('s', blank_image); cv2.waitKey(0)"

produces: Illegal instruction (core dumped)

may be related to: #311

I’m going to build opencv on the host(s) and retry re-confirm