package_control icon indicating copy to clipboard operation
package_control copied to clipboard

Package Control isnt working

Open debdebbie opened this issue 2 years ago • 5 comments

Hi, my package control isnt working, you can check with the screenshot Screenshot 2022-07-02 at 11 57 26 Screenshot 2022-07-02 at 11 59 34 Screenshot 2022-07-02 at 12 01 27

debdebbie avatar Jul 02 '22 04:07 debdebbie

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.

deathaxe avatar Jul 02 '22 09:07 deathaxe

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

debdebbie avatar Jul 02 '22 11:07 debdebbie

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.

FichteFoll avatar Jul 02 '22 12:07 FichteFoll

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.

deathaxe avatar Aug 14 '22 21:08 deathaxe

3.3 host is natively compiled for Apple silicon. ST devs applied patches that made it compile.

rchl avatar Aug 15 '22 05:08 rchl

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.

ondohotola avatar Jul 10 '23 19:07 ondohotola

Duplicate of #1612

deathaxe avatar Aug 02 '23 08:08 deathaxe

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 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.

YakultGo avatar Sep 30 '23 15:09 YakultGo