Spyder is not running after updating to 4.1.0 from 4.0.1
See original GitHub issueProblem Description
After updating the the anconda with conda update --all, spyder is not running.
What steps reproduce the problem?
- Updated with conda update --all
- After opening the spyder the Console is showing the error
- 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:
- Created 4 years ago
- Comments:10 (2 by maintainers)
Top 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 >
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
Same here. Just upgraded to Spyder 4.1.0
This will be fixed in 4.1.1, to be released later today or tomorrow.