Opened 5 years ago

Last modified 5 years ago

#13618 closed defect

Installation command doesn't work. — at Initial Version

Reported by: anonymous Owned by: Dirk Stöcker
Priority: normal Component: TracIniAdminPanelPlugin
Severity: blocker Keywords:
Cc: sales@… Trac Release:

Description

The installation command provided doesn't work:

[root@trac-server ~]# easy_install TracIniAdminPanelPlugin Searching for TracIniAdminPanelPlugin Reading https://pypi.python.org/simple/TracIniAdminPanelPlugin/ Couldn't find index page for 'TracIniAdminPanelPlugin' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ No local packages or download links found for TracIniAdminPanelPlugin error: Could not find suitable distribution for Requirement.parse('TracIniAdminPanelPlugin') [root@trac-server ~]#

I tried this one:

[root@trac-server ~]# easy_install https://trac-hacks.org/svn/traciniadminpanelplugin Downloading https://trac-hacks.org/svn/traciniadminpanelplugin Doing subversion checkout from https://trac-hacks.org/svn/traciniadminpanelplugin to /tmp/easy_install-SIwu36/traciniadminpanelplugin Processing traciniadminpanelplugin error: Multiple setup scripts in /tmp/easy_install-SIwu36/traciniadminpanelplugin

I then tried this one:

[root@trac-server ~]# easy_install https://trac-hacks.org/svn/traciniadminpanelplugin/trunk Downloading https://trac-hacks.org/svn/traciniadminpanelplugin/trunk Doing subversion checkout from https://trac-hacks.org/svn/traciniadminpanelplugin/trunk to /tmp/easy_install-DtVkFc/trunk Processing trunk Writing /tmp/easy_install-DtVkFc/trunk/setup.cfg Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-DtVkFc/trunk/egg-dist-tmp-dAfFpc zip_safe flag not set; analyzing archive contents... Adding TracIniAdminPanel 1.0.2 to easy-install.pth file

Installed /usr/lib/python2.7/site-packages/TracIniAdminPanel-1.0.2-py2.7.egg Processing dependencies for TracIniAdminPanel==1.0.2 Finished processing dependencies for TracIniAdminPanel==1.0.2

While I'm not sure if the above is the best command, it has a significant advantage that it completes successfully.

Please make the appropriate update to the documentation.

Thank you.

Change History (0)

Note: See TracTickets for help on using tickets.