nang-dev / automated_youtube_channel

Automated youtube that can scrape content, edit a compilation, and upload to youtube daily.
MIT License
708 stars 284 forks source link

Errors after running main.py #45

Open adyakover opened 2 years ago

adyakover commented 2 years ago

I get these errors after running main.py. I loaded all the modules from the requirements.txt. Any ideas what can be the reason?

MBP-Dyakover:automated_youtube_channel dyakover$ python3 main.py Traceback (most recent call last): File "/Users/dyakover/Documents/Python_Projects/automated_youtube_channel/main.py", line 1, in from scrape_videos import scrapeVideos File "/Users/dyakover/Documents/Python_Projects/automated_youtube_channel/scrape_videos.py", line 3, in from instalooter.looters import InstaLooter, ProfileLooter File "/Users/dyakover/Documents/Python_Projects/automated_youtube_channel/instalooter.py", line 1, in from instalooter.looters import ProfileLooter ModuleNotFoundError: No module named 'instalooter.looters'; 'instalooter' is not a package