SociallyIneptWeeb / LanguageLeapAI

Your Personal Multilingual AI Translator
MIT License
843 stars 171 forks source link

ModuleNotFoundError #58

Closed SamuelXGMM closed 1 year ago

SamuelXGMM commented 1 year ago

➜ ~ python3.8 subtitltler.py
Traceback (most recent call last): File "subtitltler.py", line 11, in from modules.audio_translate import translate_audio ModuleNotFoundError: No module named 'modules.audio_translate'; 'modules' is not a package

SociallyIneptWeeb commented 1 year ago

You might have to ensure in the modules folder, an empty init.py file is there. Also why is subtitler spelled like that lol

SamuelXGMM commented 1 year ago

wow i did not how i spelled subtitler until you told me now and what do you mean by that i just copied the subtitler.py code from github page and pasted it and used it so where is this modules folder i dont see one in the github page

SociallyIneptWeeb commented 1 year ago

Please follow the instructions in INSTALLATION.md in the docs folder

frrrrrits commented 1 year ago

bro, life gona be much easier if we use Ide Editor e.g vscode 💀

SamuelXGMM commented 1 year ago

i usually look for instructions but this time it seem harder but it could just be my bad eye sight but thanks again @SociallyIneptWeeb

TravS419 commented 1 year ago

I get this when I try to run the voice translator image And this when I run the subtitler image

SociallyIneptWeeb commented 1 year ago

You might have to run the pip install instructions under docs/INSTALLATION.md

TravS419 commented 1 year ago

This fixed it thank you.