mars icon indicating copy to clipboard operation
mars copied to clipboard

pytho 3.10.7版本执行 python decode_mars_nocrypt_log_file.py 命令,出现SyntaxError: multiple exception types must be parenthesized

Open StevenYan88 opened this issue 2 years ago • 1 comments

pythoh 3.10.7版本执行 python decode_mars_nocrypt_log_file.py 命令,出现SyntaxError: multiple exception types must be parenthesized 如何解决

StevenYan88 avatar Sep 13 '22 10:09 StevenYan88

see https://github.com/Tencent/mars/pull/1048

ChaseChoi avatar Sep 16 '22 03:09 ChaseChoi

see #1048

133行buffer方法错误

xiaozhaodong avatar Nov 25 '22 03:11 xiaozhaodong

@xiaozhaodong 改成memoryview即可,已修复并push到相应分支。

ChaseChoi avatar Dec 12 '22 09:12 ChaseChoi