After spyder update to 3.2.8 via conda not able to launch.
Problem persists after dongrading to 3.2.7 and spyder --reset.
Application launch. Instead spyder quits and traceback on terminal output.
Unable to open dependencies, installed though conda.
PASTE TRACEBACK HERE
Traceback (most recent call last):
File "/Users/user/anaconda3/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 3208, in main
mainwindow = run_spyder(app, options, args)
File "/Users/user/anaconda3/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 3084, in run_spyder
main.setup()
File "/Users/user/anaconda3/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 848, in setup
from spyder.plugins.editor import Editor
File "/Users/user/anaconda3/lib/python3.6/site-packages/spyder/plugins/editor.py", line 41, in
from spyder.utils.introspection.manager import IntrospectionManager
File "/Users/user/anaconda3/lib/python3.6/site-packages/spyder/utils/introspection/manager.py", line 21, in
from spyder.utils.introspection.plugin_client import PluginClient
File "/Users/user/anaconda3/lib/python3.6/site-packages/spyder/utils/introspection/plugin_client.py", line 18, in
import zmq
File "/Users/user/anaconda3/lib/python3.6/site-packages/zmq/__init__.py", line 34, in
from zmq import backend
File "/Users/user/anaconda3/lib/python3.6/site-packages/zmq/backend/__init__.py", line 21, in
if platform.python_implementation() == 'PyPy':
File "/Users/user/anaconda3/lib/python3.6/platform.py", line 1234, in python_implementation
return _sys_version()[0]
File "/Users/user/anaconda3/lib/python3.6/platform.py", line 1192, in _sys_version
repr(sys_version))
ValueError: failed to parse CPython sys.version: '3.6.3 |Anaconda custom (64-bit)| (default, Oct 6 2017, 12:04:38) \n[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]'
Unable to open tab
Please open Terminal.app and run there
conda update python pyzmq python.app
to see if that fixes your problem.
It worked, it just wanted to update pyzmq.
Thank a lot!!
Closed as user resolved issue.
It worked here as well. 馃憤
Most helpful comment
Please open Terminal.app and run there
to see if that fixes your problem.