Using ST 4200 on macOS 15.5. I have installed LSP and trying to make it work with eslint javascript. I get the following errors indicating Package Control is not installing the libraries that Python 3.8 needs: Package Control: Fixed URL from https://raw.github.com/darinmorrison/sublime-packages/master/packages.json to https://raw.githubusercontent.com/darinmorrison/sublime-packages/master/packages.json
Package Control: Installing 5 libraries…
Package Control: The library “orjson” is not available for Python 3.8
Package Control: The library “sublime_lib” is not available for Python 3.8
Package Control: The library “lsp_utils” is not available for Python 3.8
Package Control: The library “wcmatch” is not available for Python 3.8
Sublime T Package Control not loading needed Python libraries
Check "channels"
configuration in Package Control settings. Make sure the 2 default channels are not overridden.
This is what the package.json looks like
{
“$schema”: “sublime://packagecontrol.io/schemas/channel”,
“schema_version”: “4.0.0”,
“repositories”: [
“”
]
}
Package Control settings are reached via Command Palette by executing
Preferences: Package Control Settings
If a "channels"
setting present in the right view make sure it contains following entries in exact this order:
"channels": [
"https://packagecontrol.github.io/channel/channel_v4.json",
"https://packagecontrol.io/channel_v3.json",
// ... more channels.
],
Thanks. I added your suggestion to the Package Control Setting, but I still can’t get beyond Python 3.8. For some reason, when I click on macOS on your ST’s webpage, it downloads a zipped file. Copilot tells me this is an outdated version of the app that contains Python 3.8, whereas I need the version that contains 3.10. Please give me a link to download the latest ST version (.dmg not .zip) for macOS 15.5. The link on your home page only downloads the obsolete version for macOS.
SublimeText ships with Python 3.8 under the bonnet, so you have the latest release (4200). Future releases will be replacing Python 3.8 with 3.13.
Sublime Text Build 4200 and Future Plugin Changes - News - Sublime HQ
Please stop trusting AI. The latest build is 4200 with python 3.8, and we do not provide a dmg. It’s right there on our website, the place you should be trusting for information about our product.
OK. I’ll take your word for it. Guess I can’t use LSP with ST, at least for now. Thanks for the response.
I just tried installing the LSP and LSP-eslint package, and it seems to be running just fine.
Thanks, all of you for setting me straight. Cut me a little slack. I’m still a novice, trying to learn. I now have LSP running with ST. Appreciate all your responses and the warnings about AI.