ERROR:root:An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: (‘EOF in multi-line string’, (1, 38))
ExceptionCodeRet Traceback (most recent call last)
in ()
77 PRINT s2;
78 }
—> 79 INSTALL Query GetMostRecentTransaction’’’, options=[]))
4 frames
/usr/local/lib/python3.7/dist-packages/pyTigerDriver/pyDriver.py in __handle__interactive(reader)
330 ret = int(ret)
331 if ret != 0:
–> 332 raise ExceptionCodeRet(ret)
333 elif line.startswith(PREFIX_INTERACT):
334 _, it, ik = line.split(",", 2)
ExceptionCodeRet: 212