Skip to content

ModuleNotFoundError: No module named 'pyaudioop' #815

Description

Steps to reproduce

Expected behavior

hope worked normally

Actual behavior

Traceback (most recent call last):
File "G:\python\Lib\site-packages\pydub\utils.py", line 14, in
import audioop
ModuleNotFoundError: No module named 'audioop'

Traceback (most recent call last):
File "f:\python_play\FuXLogger\processor\processAudio.py", line 1, in
from pydub import AudioSegment
File "G:\python\Lib\site-packages\pydub_init_.py", line 1, in
from .audio_segment import AudioSegment
File "G:\python\Lib\site-packages\pydub\audio_segment.py", line 11, in
from .utils import mediainfo_json, fsdecode
File "G:\python\Lib\site-packages\pydub\utils.py", line 16, in
import pyaudioop as audioop
ModuleNotFoundError: No module named 'pyaudioop'

Your System configuration

  • Python version: 3.13
  • Pydub version: 0.25.1
  • ffmpeg or avlib?:
  • ffmpeg/avlib version:

Is there an audio file you can include to help us reproduce?

You can include the audio file in this issue - just put it in a zip file and drag/drop the zip file into the github issue.

processor.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions