jumpcutter icon indicating copy to clipboard operation
jumpcutter copied to clipboard

Script not starting

Open cfpwastaken opened this issue 4 years ago • 2 comments

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)

cfpwastaken avatar Sep 22 '20 14:09 cfpwastaken

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.

BrenekH avatar Sep 22 '20 17:09 BrenekH

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

sonich2401 avatar Sep 23 '20 15:09 sonich2401