Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Python 2.7.3 Non-ASCII character '\xb3' #462
Comments
|
Uh-oh. Did you compile python by yourself? |
|
Nope, default 2.x install on Arch Linux |
|
could you try
|
|
|
Uh-oh. Will try to reproduce, could you post Arch version, Python package version, |
|
Arch is a rolling release so there is not major version I could give you, updated as of a few days ago.
|
|
The file "youtube-dl" used to be a simple text file which worked well with with my Python 2.5.1 installation in Slitaz 3.0. Now it's a zipped up collection of six files that I can't get to work at all. Here's how the beginning of one of the earlier releases looked like ...
Edit by @phihag: snip |
|
@SheikYerbouti Your issue is unrelated; you're using the unsupported Python 2.5. But don't worry, you should still by able to run youtube-dl [as described by @fkumro](https://github.com/rg3/youtube-dl/issues/462#issuecomment-9237601]. Alternatively, run these commands (requires git):
Alternatively, simply update cPython to 2.7. Note that cPython 2.5 has reached its end of life and will not even get security updated. |
|
Thanks for your reply, Philipp. Unfortunately I still have problems When I run the latest version of youtube-dl (2012.10.09) directly I tux@slitaz:~$ youtube-dl http://www.youtube.com/watch?v=iyPnNsY_0Pc ... and when I run it as you have recommended via the script I get this error: tux@slitaz:~$ ./youtube-dl http://www.youtube.com/watch?v=iyPnNsY_0Pc I think the time has come for me to upgrade to Slitaz 4.0, for which Thanks again, On 10/10/2012, Philipp Hagemeister notifications@github.com wrote:
|
|
Umm, did you paste exactly what I wrote into your shell? Most likely, your checkout is called differently and you simply need to adapt $PYTHONPATH in the youtube-dl wrapper script. Can you edit
and post the results when you execute the modified script? |
|
Closing because of no reply and because I strongly suspect that it should work given the instructions. Feel free to comment or open a new issue if the proposed changes don't solve your problem. |
|
I had the same problem (in Arch, too) and it helped install youtube_dl by hand ( |
|
@yetty This issue shouldn't occur anymore; we've switched to a different system. How exactly did you install youtube-dl? |
|
I installed it the same way. I don't know, where's problem. When I uninstalled everything and tried to install it again, I had the same troubles. |
|
I experience this problem because my |
Running youtube-dl results in python error