package_control
package_control copied to clipboard
Package Control isnt working
Hi, my package control isnt working, you can check with the screenshot
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.
Maybe have a look at #1612. Package Control requires OpenSSL 1.1, while recent MacOS versions seem to ship OpenSSL 3 only.
I installed the OpenSSL 3, but it still not works
You need 1.1.
What's the version of your OS so that we can check whether it is indeed the same issue as #1612? Also, please share the contents of your console (View → Console) after starting ST with PC installed.
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.
Package Control 3.4 however runs on python 3.3 only. So it is available only when running ST via rosetta. Same applies for plugins which require dependencies.
3.3 host is natively compiled for Apple silicon. ST devs applied patches that made it compile.
Since openssl 3 is required by a number of tools such as for example wget
and openssl 1.1 by some others for example emacs I ran
brew unlink openssl@3
brew unlink [email protected]
on my Intel Macs which removed the symlinks in /usr/local/lib but keeps them installed, and now Package Control works as advertized again.
Duplicate of #1612
I meet the same problem, now have solved.
Since openssl 3 is required by a number of tools such as for example
wget
and openssl 1.1 by some others for example emacs I ranbrew unlink openssl@3 brew unlink [email protected]
on my Intel Macs which removed the symlinks in /usr/local/lib but keeps them installed, and now Package Control works as advertized again.