Modify ↓
#13618 closed defect (fixed)
Installation command doesn't work.
| Reported by: | anonymous | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | TracIniAdminPanelPlugin |
| Severity: | blocker | Keywords: | |
| Cc: | sales@… | Trac Release: |
Description (last modified by )
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.
Attachments (0)
Change History (2)
comment:1 Changed 6 years ago by
| Description: | modified (diff) |
|---|---|
| Owner: | changed from Dirk Stöcker to Ryan J Ollos |
| Status: | new → accepted |
comment:2 Changed 6 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.



Done in TracIniAdminPanelPlugin@18/TracIniAdminPanelPlugin@19: