Skip to content

ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory #32

@yzbx

Description

@yzbx

install

pip install agibot-videodataset

code

import videodataset

error information

from videodataset import VideoDecord
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In[4], line 1
----> 1 from videodataset import VideoDecord

File /usr/local/lib/python3.10/dist-packages/videodataset/__init__.py:36
     31         os.environ["LD_LIBRARY_PATH"] = ":".join(filter(None, lib_paths))
     34 _setup_environment()
---> 36 from videodataset._decoder import VideoDecoder  # noqa: E402
     38 __all__ = ["VideoDecoder"]

ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory

system information

python3 --version
Python 3.10.12

pip list | grep torch
torch                     2.4.1+cu124
torchaudio                2.4.1+cu124
torchvision               0.19.1+cu124

uname -a
Linux amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug  7 19:30:40 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions