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).
conda update conda
from Anaconda Prompt.conda update --all
from Anaconda Prompt.Spyder should launch.
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).
N/A (Spyder does not launch).
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!
Most helpful comment
Please run
to fix this problem.