nuitka exe build from av library, building success but got No module named 'av.buffer' #1226
-
Hi @jlaine, I'm writing a code to transfer a file using the aiortc module. But once I built the exe using nuitka, I got the following error from running the exe console: my environment is : I hope an urgent help for this issue. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
I also got a bug "no module named av.audio.codeccontext" , when I use "av.open()" to open a file. |
Beta Was this translation helpful? Give feedback.
-
@CheshireCC Check the Nuitka Issue : |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Yes, I think it should be great to use nuitka 1.6 if it is required to build urgently. Btw, what is your av version? |
Beta Was this translation helpful? Give feedback.
-
@AnhTalent |
Beta Was this translation helpful? Give feedback.
-
Do you Know what?
for my poject, I do like this :
then , all error like |
Beta Was this translation helpful? Give feedback.
-
this works for me, thx! |
Beta Was this translation helpful? Give feedback.
@AnhTalent
Do you Know what?
I fixed this bug with add codes to
av.__init__.py
:for my poject, I do like this :
then , all error like
no module named av.logging
disappeared.It looks like a bug with
PyAV
......