我尝试为Trac安装插件,并且不想使用easy_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然后才能安装?
或者是否有一个带有pip的标志可以让它与非存档包一起使用?
答案 0 :(得分:1)
您需要指定方案# pip install svn+https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4
:
@IBAction func buttonTapped(sender: UIButton)
{
self.presentViewController(interstitialAdAlert(
{ adWatched in
if adWatched
{
// perform segue here
}
}),
animated: true,
completion: nil)
}