I had a spyder 4 beta version installed on this pc but have attempted a clean installation of Anaconda on a Windows 10 64 Bit install. After typing in:
conda update anaconda
The Anaconda installation is updated but spyder remains at version 3.3.6.
Typing in:
conda update spyder
Gives the following:
The dependency jedi is downgraded... If I proceed:
I get the following error that the dependency is missing...
If I attempt to update jedi using
conda update jedi
Anaconda will downgrade spyder 4.0.1 to spyder 3.3.6...
conda update --all