Skip to content

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

Answered by CheshireCC
AnhTalent asked this question in Q&A
Discussion options

You must be logged in to vote

@AnhTalent

Do you Know what?
I fixed this bug with add codes to av.__init__.py :

from <av.subPackageName.moduleName import <which your program lost>

for my poject, I do like this :

from av.audio.codeccontext import AudioCodecContext

then , all error like no module named av.logging disappeared.
It looks like a bug with PyAV......

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by WyattBlue
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #1120 on November 09, 2023 08:14.