0
Tracのプラグインをインストールしようとしていますが、インストールされているパッケージのアンインストールがないので、easy_install
を使用しません。 pip installでエラーが発生しました
# pip install https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4
そして、これが起こった:
Collecting https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4
Using cached https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4
Cannot unpack file /tmp/pip-fOSusX-unpack/acct_mgr-0.4.4 (downloaded from /tmp/pip-B6tUyR-build, content-type: text/html; charset=UTF-8); cannot detect archive format
Cannot determine archive format of /tmp/pip-B6tUyR-build
私はhttps://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4/を閲覧
は、私はいくつかのアンパック、サーバー上のファイルではなくアーカイブを見ています。これらのファイルをすべてダウンロードしてtar.gzなどにアーカイブし、インストールすることができますか?
または、アーカイブされていないパッケージで動作させるpipがあるのですか?
を。 – edwinksl