Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#13491 closed defect (worksforme)

pip install fails for acct_mgr-0.5.0

Reported by: ferchimi@… Owned by: Ryan J Ollos
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.2

Description (last modified by Ryan J Ollos)

Hello I'm trying to install Account Manager plugin for my new installation of trac 1.2.3, but if fails:

[root@main01 ~]$ pip install https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.5.0
Collecting https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.5.0
  Using cached https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.5.0
  Cannot unpack file /tmp/pip-unpack-zihXkI/acct_mgr-0.5.0 (downloaded from /tmp/pip-req-build-Pk0f7Z, content-type: text/html; charset=UTF-8); cannot detect archive format
Cannot determine archive format of /tmp/pip-req-build-Pk0f7Z

Any ideas? thanks, Fernando

Attachments (0)

Change History (3)

comment:1 Changed 6 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 6 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

You can install from PyPI. Try:

$ pip install TracAccountManager

or append svn+ to your URL to install from an SVN repository.

$ pip install svn+https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.5.0

See TracPlugins#Fromsource.

InstallationIssue.

comment:3 Changed 6 years ago by ferchimi@…

Thanks! pip install TracAccountManager worked great

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.