question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mac OS spyder won't launch: python.app directory mismatch

See original GitHub issue

Problem Description

Spyder won’t launch. .../python.app/.../python directory does not match that in ../anaconda3/bin/pythonw

What steps reproduce the problem?

  1. Spyder (3.3.6) installed through anaconda navigator
  2. Launching spyder through navigator gives no response
  3. Typing spyder in terminal returned error

Paste Traceback/Error Below (if applicable)

/Users/xyan/anaconda3/bin/pythonw: line 3: /Users/xyan/anaconda3/python.app/Contents/MacOS/python: No such file or directory

Versions

  • Spyder version: 3.3.6
  • Python version: 3.7.3
  • Qt version: 5.9.7
  • PyQt version: 5.9.2
  • Operating System name/version: Mac Mojave 10.14.6

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:23 (5 by maintainers)

github_iconTop GitHub Comments

58reactions
ccordoba12commented, Aug 3, 2019

Please run

conda install -f python.app

to see if that helps.

3reactions
angelina-abitinocommented, Sep 24, 2021

conda install -f python.app got Spyder to open for me for a second and then quit immediately with an error message “python quit unexpectedly”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't start Spyder after conda update due to python.app error
This problem is solved by running the following command in Terminal.app conda install -f python.app.
Read more >
Common Illnesses — Spyder 5 documentation
If you receive the message An error occurred while starting the kernel in the IPython Console, Spyder was unable to launch a new...
Read more >
Databricks Connect | Databricks on AWS
Learn how to use Databricks Connect to connect your favorite IDE, notebook server, or custom applications to Databricks clusters.
Read more >
I can't install TensorFlow-macos a… | Apple Developer Forums
I succeeded in installing tf-macos and tf-metal in a python 3.8 env. ... Complete output (4453 lines): Running from numpy source directory.
Read more >
Invalid Syntax in Python: Common Reasons for SyntaxError
If you've ever received a SyntaxError when trying to run your Python code, then this guide can help you. Throughout this tutorial, you'll...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found