Sublime Forum

[Has solution] Can't Install LSP (missing `orjson`)

#1

Trying to cleanup old setup. So backup Application Support/Sublime Text directory and run ST4 with disabled python 3.3. Hmm… can it be…

Logs:

reloading settings Packages/User/Package Control.sublime-settings
Package Control: The dependency 'orjson' is not currently installed; installing...
Package Control: The dependency 'orjson' is not available
Package Control: The dependency 'orjson' could not be installed or updated

Upd: Found similar problem github.com/sublimelsp/LSP/issues/2588

0 Likes

#2

Make sure you are running Package Control 4 and possibly user customized "channels" setting (in Package Control.sublime-settings) contains both default channels in correct order.

see also: https://github.com/packagecontrol/channel

0 Likes

#3

Hmm… Thank, you! “Install Package Control” command on ST (dev) Build 4196 installed PC package with version 3.4.1. (and default configuration without channels key).
Looking for steps to install PC4.
upd: Manual installation from https://packagecontrol.io/installation gives me same version.

0 Likes

#4

Aha! https://github.com/wbond/package_control/releases is right place.
Even with this PC version Package Control.sublime-settings don’t have channels key, but LSP package is installed successfully.

@deathaxe thank you, so much.

0 Likes