Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spyder 3.2.8 crashes at launch on macOS 10.13.3 #6879

Closed
nikon95 opened this issue Apr 1, 2018 · 4 comments
Closed

Spyder 3.2.8 crashes at launch on macOS 10.13.3 #6879

nikon95 opened this issue Apr 1, 2018 · 4 comments

Comments

@nikon95
Copy link

nikon95 commented Apr 1, 2018

Problem Description

After spyder update to 3.2.8 via conda not able to launch.

Problem persists after dongrading to 3.2.7 and spyder --reset.

What steps will reproduce the problem?

  1. Run Spyder through anaconda distribution
  2. Get traceback

What is the expected output? What do you see instead?

Application launch. Instead spyder quits and traceback on terminal output.

Paste Traceback/Error Below (if applicable)

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)]'

Package Versions

  • Spyder: 3.2.8
  • Python: 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)
  • Qt:5.6.2
  • PyQt:1.3.1
  • Operating System: macOS 10.13.3

Dependencies

Unable to open tab

@ccordoba12
Copy link
Member

Please open Terminal.app and run there

conda update python pyzmq python.app

to see if that fixes your problem.

@nikon95
Copy link
Author

nikon95 commented Apr 1, 2018

It worked, it just wanted to update pyzmq.

Thank a lot!!

@CAM-Gerlach
Copy link
Member

Closed as user resolved issue.

@colasbd
Copy link

colasbd commented Aug 30, 2019

It worked here as well. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants