pip install fails

Bug #999002 reported by anatoly techtonik
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GLiPy
New
Undecided
Unassigned

Bug Description

$ pip install glipy
Downloading/unpacking glipy
  HTTP error 404 while getting http://www.loria.fr/%7erougier/glipy/dist/glipy-beta.tar.gz (from http://pypi.python.org/simple/glipy/)
  Could not install requirement glipy because of error HTTP Error 404: Not Found
Could not install requirement glipy because of HTTP error HTTP Error 404: Not Found for URL http://www.loria.fr/%7erougier/glipy/dist/glipy-beta.tar.gz (from http://pypi.python.org/simple/glipy/)

And download links on http://webloria.loria.fr/~rougier/coding/glipy/index.html#installation are broken too.

Revision history for this message
anatoly techtonik (techtonik) wrote :

There is more to it. If setuptools is not really needed, I'd recommend dropping this dependency.

$ pip install http://www.loria.fr/~rougier/coding/software/glipy.tgz
Downloading/unpacking http://www.loria.fr/~rougier/coding/software/glipy.tgz
  Downloading glipy.tgz (53Kb): 53Kb downloaded
  Running setup.py egg_info for package from http://www.loria.fr/~rougier/coding/software/glipy.tgz
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/tmp/pip-fQVcf9-build/setup.py", line 11, in <module>
        from ez_setup import use_setuptools
    ImportError: No module named ez_setup
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/tmp/pip-fQVcf9-build/setup.py", line 11, in <module>

    from ez_setup import use_setuptools

ImportError: No module named ez_setup

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-fQVcf9-build

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.