You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: