diff --git a/tests/system-test/0-others/udfpy_main.py b/tests/system-test/0-others/udfpy_main.py index 23fbfd1e09..c6b2af0f83 100644 --- a/tests/system-test/0-others/udfpy_main.py +++ b/tests/system-test/0-others/udfpy_main.py @@ -420,6 +420,8 @@ class TDTestCase: packs = ["taospyudf"] for pack in packs: subprocess.check_call([sys.executable, '-m', 'pip', 'install', pack]) + tdLog.info("call ldconfig...") + os.system("ldconfig") tdLog.info("install taospyudf successfully.") # run