Modify ↓
Opened 15 years ago
Closed 15 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)
Note: See
TracTickets for help on using
tickets.
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: