Reputation: 1767
I'm trying to update Spyder to version 4.0.0b2 but I'm getting an error. I don't have a lot of experience with cmd or anaconda prompt, so I don't understand the problem. Any ideas?
Upvotes: 2
Views: 1784
Reputation: 435
I'm not on MS Windows but I see several things in your screenshot
spyder 3.3.3
and that means that you have to use conda update spyder
or uninstall it and then install it with your command conda install -c spyder-ide spyder=4.0.0b2
conda search --override-channels --channel URL/PACKAGE
Hope it helps (:
Upvotes: 3