You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS D:\Temp\test-pywebio> & 'C:\Users\admin\Anaconda3\python.exe' 'c:\Users\admin\.vscode\extensions\ms-python.python-2020.12.424452561\pythonFiles\lib\python\debugpy\launcher' '60851' '--' 'd:\Temp\test-pywebio\bmi.py'
Exception in thread Tornado-server:
Traceback (most recent call last):
File "C:\Users\admin\Anaconda3\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\admin\Anaconda3\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\admin\Anaconda3\lib\site-packages\pywebio\platform\tornado.py", line 296, in server_thread
server, port = _setup_server(webio_handler=SingleSessionWSHandler, port=port, host='localhost')
File "C:\Users\admin\Anaconda3\lib\site-packages\pywebio\platform\tornado.py", line 157, in _setup_server
server = app.listen(port, address=host)
File "C:\Users\admin\Anaconda3\lib\site-packages\tornado\web.py", line 2116, in listen
server.listen(port, address)
File "C:\Users\admin\Anaconda3\lib\site-packages\tornado\tcpserver.py", line 152, in listen
self.add_sockets(sockets)
File "C:\Users\admin\Anaconda3\lib\site-packages\tornado\tcpserver.py", line 165, in add_sockets
self._handlers[sock.fileno()] = add_accept_handler(
File "C:\Users\admin\Anaconda3\lib\site-packages\tornado\netutil.py", line 279, in add_accept_handler
io_loop.add_handler(sock, accept_handler, IOLoop.READ)
File "C:\Users\admin\Anaconda3\lib\site-packages\tornado\platform\asyncio.py", line 100, in add_handler
self.asyncio_loop.add_reader(fd, self._handle_events, fd, IOLoop.READ)
File "C:\Users\admin\Anaconda3\lib\asyncio\events.py", line 501, in add_reader
raise NotImplementedError
NotImplementedError
The text was updated successfully, but these errors were encountered:
PyWebIO 版本:
Python 版本:
报错信息:
The text was updated successfully, but these errors were encountered: