kmonsoor / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

installing pyglet via pip fails on Ubuntu 12.10 64bit #641

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo pip install pyglet
2.
3.

Paste in the traceback or error message:
Downloading/unpacking pyglet
  HTTP error 404 while getting http://pyglet.googlecode.com/files/pyglet-1.1.4-docs.zip (from http://www.pyglet.org/download.html)
  Could not install requirement pyglet because of error HTTP Error 404: Not Found
Could not install requirement pyglet because of HTTP error HTTP Error 404: Not 
Found for URL http://pyglet.googlecode.com/files/pyglet-1.1.4-docs.zip (from 
http://www.pyglet.org/download.html)
Storing complete log in /home/florin/.pip/pip.log

pyglet 1.1 with Python 2.5: Paste in the output of `python -m pyglet.info`
Other: Paste in the output of tools/gl_info.py (included in source distro):

Any additional info (platform/language/hardware) that may be relevant?

Original issue reported on code.google.com by florin.a...@gmail.com on 29 Mar 2013 at 6:25

Attachments:

GoogleCodeExporter commented 9 years ago
Seems to be OK now. Be sure you upgrade pip.

$ pip --version
pip 1.3.1 from .../lib/python2.7/site-packages/pip-1.3.1-py2.7.egg (python 2.7)
$ pip install pyglet
Downloading/unpacking pyglet
  Downloading pyglet-1.1.4.tar.gz (2.9MB): 2.9MB downloaded
  Running setup.py egg_info for package pyglet

Installing collected packages: pyglet
  Running setup.py install for pyglet

Successfully installed pyglet
Cleaning up...

Original comment by useboxnet on 21 Jul 2013 at 1:27