zackmawaldi / YouTube-shorts-generator

Automatically download Reddit videos, edit them, and upload them to YouTube.
MIT License
323 stars 62 forks source link

syntax error main.py #14

Closed Furiousness closed 1 year ago

Furiousness commented 2 years ago

Capture

Ive tried to fix anything and restored it back to the 23rd category but nothing seems to be working. Any Idea?

zackmawaldi commented 2 years ago

hmm... this works on python3. Are you running python3? You can check via python --version in cmd. You can also try running main.py by python3 main.py and not python main.py in your counsel. Hope that helps!

Furiousness commented 2 years ago

I tried that and it says now

\Downloads\YouTube-shorts-generator-main\YouTube-shorts-generator-main\main.py", line 2, in from redvid import Downloader ModuleNotFoundError: No module named 'redvid'

I do have redvid installed and I tried uninstalling and reinstalling it and that didn't work but its a completely new message.

zackmawaldi commented 2 years ago

Maybe there is a python environment mismatch? Other words, redvid installed in the wrong env?