调用Python脚本时提示缺少Python依赖信息如“ModuleNotFoundError: No module named 'xxx'”。
环境缺少提示的依赖。
根据实际使用的系统,执行以下命令安装对应的Python依赖:
pip3 install xxx