美文网首页
Sublime无法安装Packages的解决方法

Sublime无法安装Packages的解决方法

作者: 夜观星 | 来源:发表于2018-04-14 22:22 被阅读0次

    No module named 'package_control'的解决方法

    问题的表现形式:Sublime无法安装Packages
    错误提示:No module named 'package_control'

    Purging and Reinstalling

    Purging and Reinstalling
    Many users run into issues with Package Control because they have an old, broken or pre-release version of Package Control that has become stuck. Since Package Control updates itself, a bug can prevent the automatic upgrade from working, leaving users orphaned on an old version.

    The first step in debugging issues with Package Control is to purge any existing copies.

    1. Select the Preferences > Settings – User menu entry
    2. Remove "Package Control" from the "ignored_packages" setting, if present
    3. Select the Preferences > Browse Packages… menu entry
    4. Delete the folder named Package Control
    5. Browse up a folder and then into Installed Packages
    6. Delete Package Control.sublime-package if it exists
    7. Reinstall Package Control using the installation instructions

    相关文章

      网友评论

          本文标题:Sublime无法安装Packages的解决方法

          本文链接:https://www.haomeiwen.com/subject/rcsrkftx.html