I’m trying to import cv2 in Spyder3 and keep getting an error:
import cv2
Traceback (most recent call last):
File “”, line 1, in
import cv2
ImportError: /usr/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
Not sure what’s going on. It imports fine on the command prompt. I upgraded opencv 4.1.2 and its still doing that.