carykh / jumpcutter

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

Cant get it to work #165

Open ghost opened 4 years ago

ghost commented 4 years ago

So the instructions I followed were from here: https://github.com/lamaun/jumpcutter/#windows

and this is the error i got Traceback (most recent call last): File "jumpcutter.py", line 13, in <module> from pytube import YouTube File "C:\Users\Arca\AppData\Local\Programs\Python\Python37\lib\site-packages\pytube\__init__.py", line 16, in <module> from pytube.streams import Stream File "C:\Users\Arca\AppData\Local\Programs\Python\Python37\lib\site-packages\pytube\streams.py", line 17, in <module> from pytube import extract File "C:\Users\Arca\AppData\Local\Programs\Python\Python37\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\Arca\AppData\Local\Programs\Python\Python37\lib\site-packages\pytube\compat.py) I looked at some similar issues but i don't seem to understand I don't know how to fix this so any help would work thx.

Duncluck commented 4 years ago

C:\Users\YOUR_USERNAME_HERE\AppData\Local\Programs\Python\Python37\Scripts>py pip.exe install pytube --upgrade the location part might be off --> you should have pip.exe in your scripts folder

Nheyer commented 4 years ago

fixed by pull request #169