Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

asyncioevents.py", line 504, in add_reader raise NotImplementedError

# Edit C:Users[username]AppDataLocalProgramsPythonPython39Libsite-packages	ornadoplatformasyncio.py
# Add the below code and it will work. May need to change Python39 to your version i.e Python 3.8 == Python38

import sys
if sys.platform == 'win32':
    asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
Comment

PREVIOUS NEXT
Code Example
Python :: tadjust margines automatically matplotlib 
Python :: python list of paths 
Python :: join mulitple dataframe pandas index 
Python :: convert string input into a nested tuple in python 
Python :: display list 
Python :: Python fibonacci series (Recursion) 
Python :: python string: indexing and slicing string 
Python :: fcn tensorflow 
Python :: python sleeping with a varible 
Python :: printing a varible with a varible. python 
Python :: pandas cummax 
Python :: include" is not definedP 
Python :: python import local file 
Python :: how to send message to specific channel discord/py 
Python :: convolutional layer of model architecture pass input_shape 
Python :: groupby sum and mean 2 columns 
Python :: pytorch get intersection between two masks 
Python :: python parameter pack 
Python :: video in python without cv2 
Python :: "DO_NOTHING" is not defined django 
Python :: add constant to all values of columns in dataframe python 
Python :: sort vs sorted python 
Python :: python geopandas read layer from gdb 
Python :: python forward and bachward seperators 
Python :: comprehension list iloc pandas 
Python :: python tags 
Python :: fix certain parameters during curve fit python lambda 
Python :: extract label from tf data 
Python :: dfs and bfs in python 
Python :: check the role of user in on_message discord.py 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =