Sublime Forum

I can't install package from added repository

#1

I wanna install “SublimeMozcInput”(https://github.com/yasuyuky/SublimeMozcInput).
I added repository url in “Package Control: Add Repository”
But in “Package Control: Install Package”, I can’t find “SublimeMozcInput”

I also tried “random-sublime-text-plugin”(https://github.com/kimpettersen/random-sublime-text-plugin).
I can’t find it too.

Please tell me what’s wrong.

0 Likes

#2

Check the console for errors. You’ll probably have some tls related errors there because github recently started requiring tls 1.2 for many requests and the python shipped in Sublime Text cannot work with that as it sends a tls 1.x request.

You should be able to change downloader precedence to something other than urllib in Package Control’s settings.

0 Likes

#3

Yeah, I’ve generally been kind of annoyed with this recent development with GitHub and Package Control. I had directed Package Control at various repositories and even a channel file hosted on GitHub, and they are all pretty much broken right now. I can only install from the official channel.

1 Like