Give me help, i am facing some problems , PLEASE GIVE ME HELP #658
Unanswered
shamshodbek-first
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
venv) [ Blackarch ~/Python/chatgpt-telegram-bot-main ]$ python bot/main.py
Traceback (most recent call last):
File "/home/shamshodbek/Python/chatgpt-telegram-bot-main/venv/lib/python3.13/site-packages/pydub/utils.py", line 14, in
import audioop
ModuleNotFoundError: No module named 'audioop'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/shamshodbek/Python/chatgpt-telegram-bot-main/bot/main.py", line 8, in
from telegram_bot import ChatGPTTelegramBot
File "/home/shamshodbek/Python/chatgpt-telegram-bot-main/bot/telegram_bot.py", line 16, in
from pydub import AudioSegment
File "/home/shamshodbek/Python/chatgpt-telegram-bot-main/venv/lib/python3.13/site-packages/pydub/init.py", line 1, in
from .audio_segment import AudioSegment
File "/home/shamshodbek/Python/chatgpt-telegram-bot-main/venv/lib/python3.13/site-packages/pydub/audio_segment.py", line 11, in
from .utils import mediainfo_json, fsdecode
File "/home/shamshodbek/Python/chatgpt-telegram-bot-main/venv/lib/python3.13/site-packages/pydub/utils.py", line 16, in
import pyaudioop as audioop
ModuleNotFoundError: No module named 'pyaudioop'
(venv) [ Blackarch ~/Python/chatgpt-telegram-bot-main ]$
Beta Was this translation helpful? Give feedback.
All reactions