Spyder 4.2.1 won't launch in Anaconda
See original GitHub issueIssue Report Checklist
- Searched the issues page for similar reports
- Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
- Reproduced the issue after updating with
conda update spyder
(orpip
, if not using Anaconda) - Could not reproduce inside
jupyter qtconsole
(if console-related) - Tried basic troubleshooting (if a bug/error)
- Restarted Spyder
- Reset preferences with
spyder --reset
- Reinstalled the latest version of Anaconda
- Tried the other applicable steps from the Troubleshooting Guide
- Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
Spyder 4.2.1 won’t launch after update.
What steps reproduce the problem?
- launch anaconda navigator and click on spyder
- error report, last one was
- ModuleNotFoundError: No module named ‘textdistance’
What is the expected output? What do you see instead?
If launched from Spyder shortcut nothing happens. From anaconda navigator last error ModuleNotFoundError: No module named ‘textdistance’
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Versions
- Spyder version: 4.2.1
- Python version:
- Qt version:
- PyQt version:
- Operating System name/version: windows 10
Dependencies
PASTE DEPENDENCIES HERE
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:48 (16 by maintainers)
Top Results From Across the Web
Spyder Not Launching - python - Stack Overflow
I was not able to launch Spyder and Jupyter notebook from anaconda environment (Mac OS). Following command worked for me:
Read more >Frequently Asked Questions — Spyder 5 documentation
From the command line: Type spyder in your terminal (or Anaconda prompt on Windows). · From Anaconda Navigator: Scroll to Spyder under Home,...
Read more >spyder-ide/public - Gitter
When I start Spyder, the Console window fails to connect to the kernel, showing the following error: "Your Python environment or installation doesn't...
Read more >Spyder won't start immediately after installing Mayavi
I've been having a lot of problems running Spyder 2.3.8 immediately after installing Mayavi. The problem persists in Anaconda 2.4 and 2.4.1.
Read more >cannot update anaconda navigator, condamultierror - You.com
Spyder 4.2.1 won't launch after update. What steps reproduce the problem? launch anaconda navigator and click on spyder; error report, last ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop 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
Top GitHub Comments
Hey everyone, Anaconda just released new packages for 4.2.1 with fixes for all the errors you reported. Please run
if you already have 4.2.1, or
or if you had to roll back to a previous version, and let us know if things are working for you now.
Thanks for your help!
It’s not our fault that 4.2.1 was not packaged correctly by the Anaconda team (we don’t have any relationship with them). I verified that they didn’t pick up our new dependencies and patches, which led to this disaster.
I’ll contact them promptly and let them know what they need to do to fix it. For now, there’s nothing you can do to make our 4.2.1 version function correctly, so please stay in 4.2.0 instead.