Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jetson AGX orin install decord Err #281

Open
carry-xz opened this issue Nov 6, 2023 · 1 comment
Open

jetson AGX orin install decord Err #281

carry-xz opened this issue Nov 6, 2023 · 1 comment

Comments

@carry-xz
Copy link

carry-xz commented Nov 6, 2023

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
Copy link

ao-zz commented Apr 10, 2024

I find a solution here, it works on my jetson device.
stevenlovegrove/Pangolin#824

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants