在使用脚本文件时,报如下错误
ImportError: dlopen: cannot load any more object with static TLS
___________________________________________________________________________
Contents of /opt/_internal/cpython-3.7.0/lib/python3.7/site-packages/sklearn/__check_build:
setup.py __pycache__ __init__.py
_check_build.cpython-37m-x86_64-linux-gnu.so
___________________________________________________________________________
It seems that scikit-learn has not been built correctly.
If you have installed scikit-learn from source, please do not forget
to build the package before using it: run `python setup.py install` or
`make` in the source directory.
If you have used an installer, please check that it is suited for your
Python version, your operating system and your platform.
/mnt
[INFO]: train job failed! train_ret: 1
在requirement中已经安装了sklearn,并且显示安装成功,但还是报上述错误。