Today I used the power bi software to obtain the python script data source, the process was not very smooth, and an error occurred during execution: 1:details:“ADO.NET: Python script error. Traceback (most recent call last): File "PythonScriptWrapper.PY", line 68, in dsp_file_paths = traversal_files(dsp_data_path) File "PythonScriptWrapper.PY", line 44, in traversal_files traversal_files(path) File "PythonScriptWrapper.PY", line 44, in traversal_files traversal_files(path) File "PythonScriptWrapper.PY", line 44, in traversal_files traversal_files(path) [Previous line repeated 995 more times] File "PythonScriptWrapper.PY", line 42, in traversal_files for item in os.scandir(path): RecursionError: maximum recursion depth exceeded while calling a Python object ” note: the statements 2: 1:details:“ADO.NET: Failed to retrieve error code string from system->317 I have looked up a lot of information and there is no corresponding introduction. I guess that the script cannot run normally because of compatibility, because my other python scripts can work on power bi, and the scripts that have problems can also work on VS code.