Reputation: 123
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
Upvotes: 0
Views: 784
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