Sublime Forum

Trying to install Processing but can't, super beginner

#1

Hi, I’m trying to access the processing package into Sublime Text 2, but I keep getting this error… Any advice would be greatly appreciated!

startup, version: 2221 osx x64 channel: stable
executable: /private/var/folders/y8/8t_g9hb91jv49y3_ht53c2580000gn/T/AppTranslocation/F99BF23C-64AB-4A5E-8CFB-1B569BA8BB5F/d/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
working dir: /
packages path: /Users/maggie/Library/Application Support/Sublime Text 2/Packages
settings path: /Users/maggie/Library/Application Support/Sublime Text 2/Settings
PackageSetup not required
catalogue loaded
found 4 files for base name Default.sublime-keymap
found 1 files for base name Default.sublime-mousemap
found 2 files for base name Main.sublime-menu
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/0_package_control_loader/00-package_control.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/CSS/css_completions.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/comment.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/copy_path.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/delete_word.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/detect_indentation.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/duplicate_line.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/echo.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/exec.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/fold.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/font.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/goto_line.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/indentation.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/kill_ring.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/mark.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/new_templates.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/open_file_settings.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/open_in_browser.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/paragraph.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/save_on_focus_lost.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/scroll.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/set_unsaved_view_name.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/side_bar.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/sort.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/swap_line.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/switch_file.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/transform.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/transpose.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Default/trim_trailing_white_space.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Diff/diff.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/HTML/encode_html_entities.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/HTML/html_completions.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Package Control/1_reloader.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Package Control/2_bootstrap.py
Reloading plugin /Users/maggie/Library/Application Support/Sublime Text 2/Packages/Package Control/Package Control.py
plugin init time: 0.368962
loading bindings
loading pointer bindings
found 1 files for base name Default.sublime-theme
theme loaded
app ready
pre session restore time: 0.827887
using gpu buffer for window
using gamma: 1.2 (err: 107.541)
wrote startup cache, added files: 2 orphaned files: 0 total files: 96 cache hits: 94
startup time: 1.06955 (package setup was not run)
loaded 837 snippets
Package Control: Installing 1 missing dependency
Package Control: Error downloading package. HTTP exception InvalidCertificateException (Host codeload.github.com returned an invalid certificate ([SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590))) downloading https://codeload.github.com/codexns/sublime-bz2/zip/1.0.0.
error: Package Control

Unable to download bz2. Please view the console for more details.
Package Control: Skipping automatic upgrade, last run at 2020-07-14 14:45:42, next run at 2020-07-14 15:45:42 or after

0 Likes

#2

The version of the SSL library that ships with Sublime Text 2 is not capable of meeting the security standards imposed by GitHub (and most of the rest of the web in general), so it’s not possible to have Package Control download and install packages.

There’s not really a fix for this because ST2 is well past EOL and is no longer actively maintained or supported. It’s also problematic and prone to failure on MacOS because it relies on the Python installation that comes preinstalled on that OS, and that is (or will soon be) an incompatible version.

Upgrading to ST3 is recommended. It may be possible to manually download and install packages, but it’s likely not worth the effort since it’s possible they won’t work as expected anyway.

0 Likes

#3

Got it - thank you so much!

0 Likes