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

On Friday, March 6, 2020 at 1:48:23 PM UTC-5, SP-XIII wrote:
>
> Same for me.
> Python3.8 W10 pip install spyder==4 --pre -U
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/3a7aa9f9-2492-4453-afec-c43247bfc24d%40googlegroups.com.

Reply via email to