Thanks for the reply…I did find the following errors in the console
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "/Users/Suraj/Library/Application Support/Sublime Text/Installed Packages/Package Control.sublime-package/package_control/deps/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
File "./python3.3/ctypes/__init__.py", line 353, in __init__
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 6): no suitable image found. Did find:
/usr/local/lib/libcrypto.dylib: mach-o, but wrong architecture
/usr/local/lib/libcrypto.1.1.dylib: mach-o, but wrong architecture
reloading python 3.3 plugin Package Control.Package Control
Traceback (most recent call last):
My Mac is apple M1 so homebrew has installed arm64 libcrypto files under /opt/homebrew. How do I get ST to refer those libraries instead of the ones in /usr/local/lib
Thanks.