Modify

Opened 14 years ago

Closed 14 years ago

#6279 closed defect (worksforme)

Installation using easy_install doesn't work

Reported by: Alex Owned by: osimons
Priority: normal Component: CustomFieldAdminPlugin
Severity: major Keywords:
Cc: Trac Release: 0.11

Description

easy_install -U -Z http://trac-hacks.org/svn/customfieldadminplugin/0.11

/usr/lib/python2.6/site-packages/setuptools/package_index.py:7: DeprecationWarning: the md5 module is deprecated; use hashlib instead

from md5 import md5

Downloading http://trac-hacks.org/svn/customfieldadminplugin/0.11 error: Unexpected HTML page found at http://trac-hacks.org/svn/customfieldadminplugin/0.11

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by osimons

Resolution: worksforme
Status: newclosed

This is a setuptools/subversion issue that some seem to encounter. For reference, what versions do you use now? Is there an updated version of setuptools in your package manager (most should now)?

As a workaround, you can also checkout/export the source and do a local install:

$ svn co http://trac-hacks.org/svn/customfieldadminplugin/0.11 customfieldadmin-011
$ cd customfieldadmin-011
$ python setup.py install

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.