dmlc / decord

An efficient video loader for deep learning with smart shuffling that's super easy to digest
Apache License 2.0
1.88k stars 160 forks source link

jetson AGX orin install decord Err #281

Open carry-xz opened 1 year ago

carry-xz commented 1 year ago

hi
compile with : cmake .. -DUSE_CUDA=0 -DCMAKE_BUILD_TYPE=Release install is ok, bug in python import decord, err: Exception has occurred: OSError /lib/aarch64-linux-gnu/libgobject-2.0.so.0: undefined symbol: ffi_type_uint32, version LIBFFI_BASE_7.0 File "/home/zx-ai/workspace/LLM/dependency/decord/python/decord/_ffi/base.py", line 39, in _load_lib lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_GLOBAL) File "/home/zx-ai/workspace/LLM/dependency/decord/python/decord/_ffi/base.py", line 47, in <module> _LIB, _LIB_NAME = _load_lib() File "/home/zx-ai/workspace/LLM/dependency/decord/python/decord/_ffi/runtime_ctypes.py", line 8, in <module> from .base import _LIB, check_call File "/home/zx-ai/workspace/LLM/dependency/decord/python/decord/__init__.py", line 4, in <module> from ._ffi.runtime_ctypes import TypeCode File "/home/zx-ai/workspace/LLM/LanguageBind/languagebind/video/processing_video.py", line 2, in <module> import decord

ao-zz commented 7 months ago

I find a solution here, it works on my jetson device. https://github.com/stevenlovegrove/Pangolin/issues/824