Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 Ryan J Ollos)

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 5 years ago by Ryan J Ollos

Description: modified (diff)
Owner: changed from Dirk Stöcker to Ryan J Ollos
Status: newaccepted

comment:2 Changed 5 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

Done in TracIniAdminPanelPlugin@18:

$ pip install svn+https://trac-hacks.org/svn/traciniadminpanelplugin/trunk
Version 0, edited 5 years ago by Ryan J Ollos (next)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
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.