Traceback (most recent call last):
File “/Users/xxx/opt/anaconda3/bin/jupyter-lab”, line 7, in
from jupyterlab.labapp import main
File “/Users/xxx/opt/anaconda3/lib/python3.9/site-packages/jupyterlab/init.py”, line 7, in
from .serverextension import load_jupyter_server_extension # noqa
File “/Users/xxx/opt/anaconda3/lib/python3.9/site-packages/jupyterlab/serverextension.py”, line 4, in
from jupyter_server.utils import url_path_join
File “/Users/xxx/opt/anaconda3/lib/python3.9/site-packages/jupyter_server/utils.py”, line 32, in
from tornado.httpclient import AsyncHTTPClient, HTTPClient, HTTPRequest, HTTPResponse
File “/Users/xxx/opt/anaconda3/lib/python3.9/site-packages/tornado/httpclient.py”, line 42, in
import ssl
File “/Users/xxx/opt/anaconda3/lib/python3.9/ssl.py”, line 99, in
import _ssl # if we can’t import it, let the error propagate
ImportError: dlopen(/Users/xxx/opt/anaconda3/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so, 0x0002): Library not loaded: @rpath/libssl.3.dylib
Referenced from: /Users/xxx/opt/anaconda3/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so
Reason: tried: ‘/Users/xxx/opt/anaconda3/lib/python3.9/lib-dynload/…/…/libssl.3.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/Users/xxx/opt/anaconda3/lib/python3.9/lib-dynload/…/…/libssl.3.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/Users/xxx/opt/anaconda3/bin/…/lib/libssl.3.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/Users/xxx/opt/anaconda3/bin/…/lib/libssl.3.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/usr/local/lib/libssl.3.dylib’ (no such file), ‘/usr/lib/libssl.3.dylib’ (no such file, not in dyld cache)
Hey @kumar
Welcome to the Anaconda Community!
Do you have any more context as to where this error was happening?
Are you trying to open the Anaconda Toolbox in the base environment? Might be worth trying to create a new environment first to see if that helps? Also good to check which version of the Toolbox you are installing, it should be the 4.0.15
Thanks,
Jack
hi Jack,
I am trying to launch Spyder from anaconda on my MacBook m3, but it always exits with segmentation 11 error. I tried searching through git, stack overflow but could not find a get around. can you please help me out?
thanks,
Pruthvi