error: module importing failed: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/opt/chisel/libexec/fblldb.py", line 98
print 'Whoops! You are missing the <' + arg.argName + '> argument.'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Whoops! You are missing the <' + arg.argName + '> argument.')?
2021-10-21 09:56:22.024274+0800 Player[2054:300682] Writing analzed variants.
解决方案:
cd ~/Downloads && git clone https://github.com/chenjiangchuan/chisel.git && cd chisel &&cp -f -R -v libexec /usr/local/Cellar/chisel/1.8.1
网友评论