Sublime Text 3: There are no packages available for installation

drfels picture drfels · Jan 3, 2016 · Viewed 8.1k times · Source

I have a problem with packages installation for Sublime Text 3. I downloaded ST3 and follow the instructions https://packagecontrol.io/installation . I clicked Package Control —> Install Package and have error ... Sublime Console:

DPI scale: 1
startup, version: 3083 windows x64 channel: stable
executable: /C/Program Files/Sublime Text 3/sublime_text.exe
working dir: /C/Program Files/Sublime Text 3
packages path: /C/Users/Andrew/AppData/Roaming/Sublime Text 3/Packages
state path: /C/Users/Andrew/AppData/Roaming/Sublime Text 3/Local
zip path: /C/Program Files/Sublime Text 3/Packages
zip path: /C/Users/Andrew/AppData/Roaming/Sublime Text 3/Installed Packages
ignored_packages: ["Vintage"]
pre session restore time: 0.0935303
startup time: 0.12453
first paint time: 0.12453
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_file_settings
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.quick_panel
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin 0_package_control_loader.00-package_control
reloading plugin Package Control.1_reloader
reloading plugin Package Control.2_bootstrap
reloading plugin Package Control.Package Control
plugins loaded
Package Control: Installing 1 missing dependency
Package Control: The dependency specified, bz2, is not available
Package Control: Skipping automatic upgrade, last run at 2016-01-04 17:28:04, next run at 2016-01-04 18:28:04 or after

P.S. — I use Windows 7 x64 and Sublime Text 3 version 3083 x64 .

Answer

Holdsworth picture Holdsworth · Jan 3, 2016

It is not only you, it is a general downtime thing, I don't know why it is like that and in general I am very disappointed that they don't continue updating and moving on from beta version of Sublime Text 3(beta for two years by this month), it seems that Sublime Text is dying and it is my favorite text editor.

UPDATE: It seems like there is a fix using an archived version of the package control list, however, as Patik commented: "This lists and installs older versions of the packages. It grabs versions from July 2015 or earlier (when the archive.org copy of the JSON file was made, I guess). Even if you try to upgrade a package you will not get a newer one unless you bypass Package Control and install the package manually."

You would need to add the following: "channels": [ "https://packagecontrol.io/channel_v3.json", "https://web.archive.org/web/20150905194312/https://packagecontrol.io/channel_v3.json" ]

to the JSON that is found in the menu under: Preferences > Package Settings > Package Control > Settings - User

As written by MattDMo, apparently the hosting company for Package Control was under a DDoS attack and therefore there was the downtime, everything seems in order right now so I will suggest to remove the channels from the Settings - User JSON underneath Preferences > Package Settings > Package Control > Settings - User

Please check out his answer if you want to find more information regarding the attack and wbond.