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
If you have nothing important running on that machine I would if I were you try this that said chatgpt (chatgpt often can help solve issues but sometimes issues get worse! Be carefull!):
It sounds like you’re missing some Python packages. Here’s how to install them to resolve the ModuleNotFoundError for pyrogram, deep_translator, and sewar.
Step 1: Update pip
First, ensure that pip (Python’s package manager) is up-to-date. Open your terminal and run:
pip install --upgrade pip
Step 2: Install Missing Modules
Now install each missing module:
pip install pyrogram
pip install deep-translator
pip install sewar
If you're using Python 3 and pip is not linked to it, try replacing pip with pip3 in the commands above.
Step 3: Verify Installation
To confirm these packages are installed correctly, you can try running Python and importing each one:
python3
import pyrogram
import deep_translator
import sewar
If there are still issues, let me know!
It doesn't work on Ubuntu.
I got some error
ModuleNotFoundError: No module named 'pyrogram',deep_translaor, sewar,
The text was updated successfully, but these errors were encountered: