deathaxe
deathaxe
Maybe have a look at https://github.com/wbond/package_control/issues/1612. Package Control requires OpenSSL 1.1, while recent MacOS versions seem to ship OpenSSL 3 only.
I may be missing something, but IIRC, Sublime Text supports python-3.8 plugin-host when run natively on Apple Silicon only, because python 3.3 it too old to be compiled for arm64....
> The dependency "lxml" is either not available on this platform or for this version of Sublime Text If a depenency is unavailable for current platform or version of Sublime...
Addressed by 6324889cd3971fa4eb9a454941003003e03048c8
The bootstrapper needs the `dependencies-metadata.json` to successfully create the libraries meta-info so that it looks as the dependency was installed via pip. Not sure if we should try to migrate...
With that comment you drive your whole request useless. The way to go for plugins ported to python 3.8 is to get rid of "Default" dependencies and do their job...
You might want to have a look how packa_control handles that, then. In injects itself into lib of both hosts.
``` view.show_popup("test") ``` ... results in same output. It's the equal sign in `t=2607` which ST's minihtml API doesn't like. ~~Looks more like a core bug, then something Package Control...
Added a relevant fix to four-point-oh. Closing this as superseeded as PC3.x won't receive any fixes anymore.
Related with #1502