carykh / jumpcutter

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

PyTube Error #173

Closed TheMossyMinerYT closed 4 years ago

TheMossyMinerYT commented 4 years ago

File "jumpcutter.py", line 12, in from pytube import YouTube File "C:\Users\Owner\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pytube__init__.py", line 16, in from pytube.streams import Stream File "C:\Users\Owner\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pytube\streams.py", line 17, in from pytube import extract File "C:\Users\Owner\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pytube\extract.py", line 7, in from pytube.compat import quote ImportError: cannot import name 'quote' from 'pytube.compat' (C:\Users\Owner\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pytube\compat.py)

TheMossyMinerYT commented 4 years ago

If you get this problem then just type: "pip install pytube3" it worked for me.