You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: