Spyder 4 wont launch

70 views
Skip to first unread message

DrBwts

unread,
Feb 24, 2020, 7:36:13 AM2/24/20
to spyder
As the title says Spyder 4 wont launch. The initial slpash screen comes up then it just dies.

I have tried spyder --reset in the Anaconda terminal but the problem persists.

Nic

SP-XIII

unread,
Mar 6, 2020, 1:48:23 PM3/6/20
to spyder
Same for me.
Python3.8 W10 pip install spyder==4 --pre -U

Pablo Bleyer

unread,
Mar 8, 2020, 4:26:50 PM3/8/20
to spyder

 It's the freaking tornado that still has not been updated properly with the asyncio updates in Windows.

Add the following in the imports section to the asyncio.py file in the tornado distribution ({Python}/Lib/site-packages/tornado/platform/asyncio.py):

---8<---
import sys
if sys.platform == 'win32':
    asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
---8<---
Reply all
Reply to author
Forward
0 new messages