carykh / jumpcutter

Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
MIT License
3.09k stars 541 forks source link

Script not starting #187

Open cfpwastaken opened 4 years ago

cfpwastaken commented 4 years ago

I just wanted to test it out but then this showed up (yes i installed the requirements.txt): Traceback (most recent call last): File "jumpcutter.py", line 13, in <module> from pytube import YouTube File "C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\__init__.py", line 16, in <module> from pytube.streams import Stream File "C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\streams.py", line 17, in <module> from pytube import extract File "C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\extract.py", line 7, in <module> from pytube.compat import quote ImportError: cannot import name 'quote' from 'pytube.compat' (C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\compat.py)

BrenekH commented 4 years ago

I am fairly certain this is caused by using pytube instead of pytube3. Try replacing the old version with the new version, and see if that helps.

sonich2401 commented 4 years ago

I had the same problem and I tried your solution zPaw and it still gives the same error