ModuleNotFoundError: No module named 'audioop'

This did not fix it so I googled audioop to understand why it was not included in the library.
Turns out python 3.13 libraries do not include this module which is why it was throwing that error, anyways just installed the previous version of python(3.12.8) and now I am not getting any errors. TY for ur help

2 Likes