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 is not running after updating to 4.1.0 from 4.0.1

See original GitHub issue

Problem Description

After updating the the anconda with conda update --all, spyder is not running.

What steps reproduce the problem?

  1. Updated with conda update --all
  2. After opening the spyder the Console is showing the error
  3. Console is not working

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

Paste Traceback/Error Below (if applicable)


Traceback (most recent call last):
File "C:\Users\ASUS\Anaconda3\lib\site‑packages\spyder\plugins\ipythonconsole\plugin.py", line 1209, in create_kernel_manager_and_kernel_client
kernel_manager.start_kernel(stderr=stderr_handle, **kwargs)
File "C:\Users\ASUS\Anaconda3\lib\site‑packages\jupyter_client\manager.py", line 267, in start_kernel
self.kernel = self._launch_kernel(kernel_cmd, env=env, **kw)
File "C:\Users\ASUS\Anaconda3\lib\site‑packages\jupyter_client\manager.py", line 211, in _launch_kernel
return launch_kernel(kernel_cmd, **kw)
File "C:\Users\ASUS\Anaconda3\lib\site‑packages\jupyter_client\launcher.py", line 135, in launch_kernel
proc = Popen(cmd, **kwargs)
File "C:\Users\ASUS\Anaconda3\lib\subprocess.py", line 800, in __init__
restore_signals, start_new_session)
File "C:\Users\ASUS\Anaconda3\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

Versions

  • Spyder version: 4.1.0
  • Python version: 3.7.6
  • Qt version: 5.9.6
  • PyQt version: 5.9.2
  • Operating System name/version: Windows 10

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Mar 18, 2020

I am getting the same error when starting from shortcut, but not when starting from anaconda prompt

Same here. Just upgraded to Spyder 4.1.0

0reactions
ccordoba12commented, Mar 18, 2020

This will be fixed in 4.1.1, to be released later today or tomorrow.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python 3.x - Trouble updating to Spyder 4.0.0
When launching the Anaconda Navigator, the Spyder version was still on 3.3.6. What am I missing to benefit the last version of Spyder...
Read more >
Common Illnesses — Spyder 4 documentation
Spyder requires a supported version of the spyder-kernels package to be present in the working environment you want to run your console in....
Read more >
spyder-ide/public - Gitter
Hi I've just installed Spyder on my Macbook using conda. When I run spyder at the console it opens in a new Desktop,...
Read more >
Conda is not installing/updating the latest version of Spyder
Upon running Spyder after install, 2 things popped up: ... I checked and Spyder was still version 4.0.1 and not updated.
Read more >
How to update Spyder in Anaconda to 5.x?
But, still no luck. I still see Spyder 4.x when I launch the IDE. What worked. Here's for worked. conda update -- ...
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