gevent -1073740791

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/jacke121/article/details/83687826

gevent -1073740791

Thread 0x000024a8 (most recent call first):
  File "D:\ProgramData\Miniconda3\envs\python3.6\lib\site-packages\gevent\hub.py", line 688 in run

解决方法:

from gevent import socket, monkey
# monkey.patch_all()
monkey.patch_all(thread=False)

猜你喜欢

转载自blog.csdn.net/jacke121/article/details/83687826