Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant get it to work #165

Open
ghost opened this issue Apr 6, 2020 · 2 comments
Open

Cant get it to work #165

ghost opened this issue Apr 6, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 6, 2020

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
Copy link

Duncluck commented Apr 6, 2020

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
Copy link

Nheyer commented Apr 27, 2020

fixed by pull request #169

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants