How to get detailed python error information for debugging #508
Unanswered
dingle0422
asked this question in
Q&A
Replies: 1 comment
-
Hey @dingle0422 this is something we're working on expanding but in this case, the error is related to trying to serialize a numpy array. You'll want to convert it to a list for TabPy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
I am building a machine learning workflow using tabpy, which is powerful. But, its hard for me to debug with the error information shows on the tabpy command line, where I cant figure out which line was wrong.
My specific error shows on tabpy is '[ERROR] (base_handler.py:base_handler:115): Responding with status=500, message="Error processing script", info="TypeError : Object of type ndarray is not JSON serializable"', when my code almost finished and ready to output the pd.dataframe.
Does Anyone know the log file or methods to find the detailed error information as showing in pycharm console? Thank you soooo much~
Beta Was this translation helpful? Give feedback.
All reactions