Mac OS spyder won't launch: python.app directory mismatch
See original GitHub issueProblem Description
Spyder won’t launch. .../python.app/.../python
directory does not match that in ../anaconda3/bin/pythonw
What steps reproduce the problem?
- Spyder (3.3.6) installed through anaconda navigator
- Launching spyder through navigator gives no response
- 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:
- Created 4 years ago
- Reactions:5
- Comments:23 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please run
to see if that helps.
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”