PeterBe
PeterBe

Reputation: 842

Anaconda is not updating Spyder

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:Screenshot_Anaconda_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

Answers (2)

MercifulSory
MercifulSory

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

Arpit
Arpit

Reputation: 394

I think u have made spelling mistake , its conda update spyder

Upvotes: 0

Related Questions