Modify ↓
#13491 closed defect (worksforme)
pip install fails for acct_mgr-0.5.0
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description (last modified by )
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
Description: | modified (diff) |
---|
comment:2 Changed 6 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You can install from PyPI. Try:
or append
svn+
to your URL to install from an SVN repository.See TracPlugins#Fromsource.
InstallationIssue.