ImportError: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block

For what it is worth, I found this thread: aarch64: libgomp.so.1: cannot allocate memory in static TLS block · Issue #14884 · opencv/opencv · GitHub, and by putting my import cv2 after import pyzed, it worked. So I am good to go, but I have to say it is all a bit sketchy.

1 Like