scivision / PyLivestream

Pure Python FFmpeg-based live video / audio streaming to YouTube, Facebook, Periscope, Twitch, and more
Apache License 2.0
707 stars 156 forks source link

ModuleNotFoundError: No module named 'Loop' #45

Closed fayeackceypa83 closed 4 years ago

fayeackceypa83 commented 4 years ago

Hi there, i used pip to install this and the .exe and .py files ended up in C:\Users{user}\AppData\Local\Programs\Python\Python36\Script , this is where all the commands in .exe form are and their .py counterparts. I tried running FileLoopLivestream video.mp4 twitch in my cmd, but it just return an error "ModuleNotFoundError: No module named 'Loop'" even tho Loop.py is right below the FileLoopLivestream.exe in the directory above

Python3.6, Windows 10 x64

Sorry, im not exactly great at these type of things and im just tryna test this out on my windows pc before using it on linux where i plan to loop a video 24/7 to twitch. Thank you!