Sublime Forum

Missing Install package in Sublime Text 4

#1

This has been asked before but none of the solutions has worked for me, almost entire day was wasted trying to find a solution.

The issue : There is no Install package option in the command palette. It seems as if Package control is not working at all.

  1. Checked if Package Control is in Ignored list, it is not in ignored list.
  2. Checked there is no option to install package control
  3. There is no “installed packages” folder in the browse packages section
  4. There is no prefrences menu item in sublime text

can anyone help ?

p.s : I bought ST4 in 2021.

0 Likes

#2

Do you see any errors in the console (View > Show Console)?

0 Likes

SublimeText 4 Install Package not showing the menu
#3

@bschaaf I see errors during the attempt of reloading Package-Control.2_bootstrap, but Cut&Paste from the Console does not work :frowning_face: I’m using Mac OSX M1 / build 4152 osx arm64 channel: stable

An attempt to paste just inserts the text “Add” … another bug?

0 Likes

#4

@bschaaf here you go: :slight_smile:

0 Likes

#5

looks like this is the culprit in my case:

/usr/local/lib/libcrypto.dylib (mach-o file is an incompatible architecture (have 'x86_64', need "arm64'))

0 Likes

#6

oscrypto a dependency/library used by Package Control requires openssl 1.1.1, which is being replaced by openssl 3.x on more recent MacOS builds.

see: https://github.com/wbond/package_control/issues/1612#issuecomment-1708802315

3 Likes