Reputation: 842
I updated anaconda once through a window notification and also by using the terminal and typing:
conda update conda
However, when I start Spyder I get the message that there are newer versions available. I tried to update Spyder with the terminal by using:
conda update spyder
However, Spyder still does not get updated. Here you see the screenshot of the terminal:
For me this is confusing. Does someone of you have an idea, why conda is not updating spyer? I'd appreciate every comment and would be quite thankful for your help.
Upvotes: 0
Views: 317
Reputation: 333
Looking at the output, I'd say you need python 3.7 to upgrade spyder. What version of python do you have?
Upvotes: 1