Spyder: Spyder Does Not Launch After Updating Anaconda Packages

Created on 23 Sep 2018  路  6Comments  路  Source: spyder-ide/spyder

Problem Description

I have Anaconda Python Distribution. After executing the conda update conda and conda update --all commands, Spyder no longer launches. Among the updated packages is spyder-kernels (updated to v1.0.1).

What steps reproduce the problem?

  1. Execute conda update conda from Anaconda Prompt.
  2. Execute conda update --all from Anaconda Prompt.
  3. Launch Spyder.

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

Spyder should launch.

Paste Traceback/Error Below (if applicable)

Traceback (most recent call last):
  File "C:\Users\user\Anaconda3\Scripts\spyder-script.py", line 10, in <module>
    sys.exit(main())
  File "C:\Users\user\Anaconda3\lib\site-packages\spyder\app\start.py", line 190, in main
    from spyder.app import mainwindow
  File "C:\Users\user\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 51, in <module>
    requirements.check_spyder_kernels()
  File "C:\Users\user\Anaconda3\lib\site-packages\spyder\requirements.py", line 66, in check_spyder_kernels
    % actual_ver)
  File "C:\Users\user\Anaconda3\lib\site-packages\spyder\requirements.py", line 24, in show_warning
    raise RuntimeError(message)
RuntimeError: Please check Spyder installation requirements:
spyder-kernels < 1.0 is required (found 1.0.1).

Versions

  • Spyder version: 3.3.1
  • Python version: 3.6.6
  • Qt version: 5.9.6
  • PyQt version: 5.9.2
  • Operating System name/version: Windows 10

Dependencies

N/A (Spyder does not launch).

Most helpful comment

Please run

conda remove spyder-kernels
conda install spyder-kernels=0.*

to fix this problem.

All 6 comments

Please run

conda remove spyder-kernels
conda install spyder-kernels=0.*

to fix this problem.

Thank you @ccordoba12 for your efforts, prompt reply and help. Appreciated.

Thanks for your kind words!

Needed this fix on Win7-64, conda=4.6.2, python=3.7.2. Reverted spyder-kernels from 1.0.1 to 0.3.0. Spyder now launches without error

@ccordoba12 Mi hermano ud es un genio, muchas gracias

Vale, de nada!

Was this page helpful?
0 / 5 - 0 ratings