import launch if not launch.is_installed("tablestore"): launch.run_pip("install tablestore", "requirements for sd-storage-plugin") if not launch.is_installed("oss2"): launch.run_pip("install oss2", "requirements for sd-storage-plugin")