python mac下使用多进程报错解决办法

使用pychram运行python web,web使用了多进程

mac下运行会提示如下:

may have been in progress in another thread when fork() was called”

解决办法:

Edit Configurations - environment varibles:

OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

原文地址:https://www.cnblogs.com/sevck/p/10616988.html