casionone opened a new issue, #2024: URL: https://github.com/apache/incubator-linkis/issues/2024
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement. ### Problem Description The script executed by the task after the python engine starts is `linkis-engineconn-plugins/engineconn-plugins/python/src/main/resources/python/python.py ` The following module are import ``` import os, sys, getopt, traceback, json, re import resource import ast import traceback import warnings import signal import base64 import pandas as pd from io import BytesIO ``` The pandas module is not available by default in python and is not used. to avoid causing an exception, remove it. ### Description _No response_ ### Use case _No response_ ### solutions _No response_ ### Anything else _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org