OpenCV/Ubuntu 개발 환경
OpenCV Python Error - undefined symbol: ffi_type_uint32, version LIBFFI_BASE_7.0
Miniconda에 설치된 Python 3.10을 사용하도록 OpenCV 빌드하는 것은 문제 없이 진행이 되었습니다. 하지만 Python에서 cv2 모듈을 로드하는 순간 다음과 같은 에러가 발생했습니다. Python 3.10.8 (main, Nov 24 2022, 14:13:03) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cv2 Traceback (most recent call last): File "", line 1, in ImportError: /lib/x86_64-linux-gnu/libgobject-2.0.so.0: undefined symbol: ffi..
2023. 1. 12. 21:05