This is an automated email from the ASF dual-hosted git repository. peacewong pushed a commit to branch dev-1.0.3 in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.0.3 by this push: new 7ae995b The python engine does not use pandas. Delete this module new 8b7ef80 Merge pull request #1187 from Zosimer/linkis_python 7ae995b is described below commit 7ae995b2e6b117c5f6fa2fb7920441938d00c882 Author: e <315630...@qq.com> AuthorDate: Fri Dec 10 22:37:20 2021 +0800 The python engine does not use pandas. Delete this module The python engine does not use pandas. if you not intsall pandas in you ststem, they will accident errCode: 60003 ,desc: Python process is not alive --- .../engineconn-plugins/python/src/main/resources/python/python.py | 1 - 1 file changed, 1 deletion(-) diff --git a/linkis-engineconn-plugins/engineconn-plugins/python/src/main/resources/python/python.py b/linkis-engineconn-plugins/engineconn-plugins/python/src/main/resources/python/python.py index e3bbf68..dd41aac 100644 --- a/linkis-engineconn-plugins/engineconn-plugins/python/src/main/resources/python/python.py +++ b/linkis-engineconn-plugins/engineconn-plugins/python/src/main/resources/python/python.py @@ -32,7 +32,6 @@ import traceback import warnings import signal import base64 -import pandas as pd from py4j.java_gateway import JavaGateway from io import BytesIO try: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@linkis.apache.org For additional commands, e-mail: commits-h...@linkis.apache.org