dmlc / dmlc/decord

failed to run on ubuntu 22.04

Open
#334 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.5k
Forks
232
PR merge metrics
No merged PRs in 30d

Description

Hi,
I installed decord on ubuntu 22.04 following the guide, but it failed running with popping up errors like
```
import decord
File "/root/.local/lib/python3.10/site-packages/decord-0.6.0-py3.10-linux-aarch64.egg/decord/__init__.py", line 4, in
from ._ffi.runtime_ctypes import TypeCode
File "/root/.local/lib/python3.10/site-packages/decord-0.6.0-py3.10-linux-aarch64.egg/decord/_ffi/runtime_ctypes.py", line 8, in
from .base import _LIB, check_call
File "/root/.local/lib/python3.10/site-packages/decord-0.6.0-py3.10-linux-aarch64.egg/decord/_ffi/base.py", line 47, in
_LIB, _LIB_NAME = _load_lib()
File "/root/.local/lib/python3.10/site-packages/decord-0.6.0-py3.10-linux-aarch64.egg/decord/_ffi/base.py", line 39, in _load_lib
lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_GLOBAL)
File "/root/miniconda3/envs/torch/lib/python3.10/ctypes/__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /lib/aarch64-linux-gnu/libavfilter.so.7: undefined symbol: av_timecode_make_smpte_tc_string2, version LIBAVUTIL_56
```

I have no ideas how to solve this. Could someone help me out?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.