JasonLovesDoggo / RedditVideoMakerBot

Create Reddit Videos with just✨ one command ✨
GNU General Public License v3.0
23 stars 13 forks source link

No module named 'sox' - Sox is installed #79

Closed jacob99200 closed 2 years ago

jacob99200 commented 2 years ago

Traceback (most recent call last): File "Directory\main.py", line 12, in from video_creation.voices import save_text_to_mp3 File "Directory\BetterRedditBot\video_creation\voices.py", line 4, in import sox ModuleNotFoundError: No module named 'sox'

I have Sox installed, but it's spitting out this when running main.py

OpenSourceSimon commented 2 years ago

I got the same error but when I installed SoX with pip3 install sox. It worked

jacob99200 commented 2 years ago

I got the same error but when I installed SoX with pip3 install sox. It worked

That worked perfectly!

Thank you

OpenSourceSimon commented 2 years ago

No problem!

OpenSourceSimon commented 2 years ago

Can you mark the issue as solved?

JasonLovesDoggo commented 2 years ago

sure didnt see this