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,