Spyder 5 No QCoreApplication instance found. Application patches not applied

8

I get the following error after having upgraded to Spyder 5

  No QCoreApplication instance found. Application patches not applied. You have to call load_stylesheet function after instantiation of QApplication to take effect. 

The interface also looks 'not nice' (I am guessing without the stylesheet).

Downgrading to Spyder 4 causes everything to appear in a single column (Code area, console, variable explorer etc, all one below other with ugly overlap to make it unusable).

How do I go about fixing this?

Share
Improve this question

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue