【发布时间】:2019-02-10 18:19:55
【问题描述】:
尝试在Sublime Text 3 上安装GitGutter 时,我在控制台中得到以下信息:
ignored packages updated to: ["GitGutter", "Vintage"]
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
Package Control: The dependency 'markupsafe' is not currently installed; installing...
Package Control: Error downloading package. HTTP exception BadStatusLine ('') downloading https://bitbucket.org/teddy_beer_maniac/sublime-text-dependency-markupsafe/get/0.23.0.zip.
error: Package Control
Unable to download markupsafe. Please view the console for more details.
Package Control: The dependency 'markupsafe' could not be installed or updated
ignored packages updated to: ["Vintage"]
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
我已经从this link 下载了所需的依赖项作为.zip 文件,现在它在我的Downloads 文件夹中
下一步是什么,我应该将该文件放在哪里才能手动安装 markupsafe。
PS:我正在使用 Ubuntu 18.04 并计划使用 sublime 进行 Python 开发。 p>
【问题讨论】:
-
您是否尝试过手动运行命令Package Control: Satisfy Dependencies?
-
我认为关键在于从 BitBucket 下载代码时状态行错误的行。也许服务器上出现了暂时性问题或其他问题。还是不行吗?
-
已解决...这是因为我的网络连接出现问题
标签: python ubuntu package sublimetext3 package-control