ImportError: dlopen: cannot load any more object with static TLS
Created by: guru4elephant
I used conda to install paddlepaddle 1.7.0, and run the following command with ppdet
python tools/train.py -c configs/yolov3_darknet.yml
it reports an error like this
ImportError: dlopen: cannot load any more object with static TLS
Is this issue a known problem or I missed something to config?