Skip to content

LiveKit 1.0.22: Failed to load dynlib/dll '/usr/bin/app/_internal/livekit/rtc/resources/liblivekit_ffi.so' #545

@jezell

Description

@jezell

LiveKit 1.0.22 has broken our deploys

yimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll '/usr/bin/app/_internal/livekit/rtc/resources/liblivekit_ffi.so'. Most likely this dynlib/dll was not found when the application was frozen.

App is building with pyinstaller:

RUN pyinstaller --hidden-import livekit.rtc.resources --collect-data livekit --collect-binaries livekit --onedir --distpath /out --name app \
        app/cli.py

Pinning livekit to 1.0.20 fixes the problem:

"livekit==1.0.20",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions