Skip to content

nuitka exe build from av library, building success but got No module named 'av.buffer' #1120

@AnhTalent

Description

@AnhTalent

Hi @jlaine,

I'm writing a code to transfer a file using the aiortc module.
aiortc imports av package for video or audio streaming.
I successfully made the code and in the python virtual environment, the code transfer the datastream without any issue.

But once I built the exe using nuitka, I got the following error from running the exe console:
...
File "av\audio\frame.pyx", line 1, in init av.audio.frame
File "av\frame.pyx", line 1, in init av.frame
ModuleNotFoundError: No module named 'av.buffer'
...

my environment is :
nuitka : 1.5.6
aiortc : 1.5.0
av : 9.2.0

I hope an urgent help for this issue.

Best,

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