-
Notifications
You must be signed in to change notification settings - Fork 19
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
PyPi install failure #29
Comments
Just curious, what version of Python are you using? (python --version`). We should work with Py2 and Py3, but my guess is it probably has something to do with Py2 being bad at unicode. |
v3.5.1 |
Hmm, will look at this when I can get 3.5 running. |
Ok, I downgraded to 3.4.3 to check another thing and pip can't install it either. PyPi traceback:
YouTube-DL installed just fine. I downloaded the source and tried to install from it:
So I modified line 18 to:
And voilà
Now I have three extentionless files in the scripts folder inside my Python installation and I have no idea how to use them. I'm very aware this could be a very dumb question but, help? @DanielOaks |
Poking around, I think I managed to compile the damn thing, lol. After running
But I don't really understand what I'm doing, just connecting dots. I'm not a engineer. Help? (lol) |
The text was updated successfully, but these errors were encountered: