Bill Le
Bill Le

Reputation: 123

Issue with Update Spyder 4.2.0 in Anaconda

I'm using Python version 3.8 and try to update with Spyder 4.2.0. I got a message, please see the attached image. Can anyone have the same issue and please share your solution? Thank you! Ben enter image description here

Upvotes: 0

Views: 784

Answers (1)

Bill Le
Bill Le

Reputation: 123

I solved the issue above using three commends below:

conda install python=3.7 conda install spyder=4.2 conda update spyder

Upvotes: 1

Related Questions