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.

Spyder 4.2.1 won't launch in Anaconda

See original GitHub issue

Issue 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 (or pip, 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?

  1. launch anaconda navigator and click on spyder
  2. error report, last one was
  3. 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:open
  • Created 3 years ago
  • Reactions:5
  • Comments:48 (16 by maintainers)

github_iconTop GitHub Comments

13reactions
ccordoba12commented, Feb 4, 2021

Hey everyone, Anaconda just released new packages for 4.2.1 with fixes for all the errors you reported. Please run

conda update spyder

if you already have 4.2.1, or

conda install spyder=4.2.1

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!

12reactions
ccordoba12commented, Feb 4, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

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