facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chisel load failed

BlankConan opened this issue · comments

commented

macOS 10.14.5 (18F132)
Xcode Version 11.1 (11A1027)
Python 3.7.3
ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]

error: module importing failed: Missing parentheses in call to 'print'. Did you mean print('Whoops! You are missing the <' + arg.argName + '> argument.')? (fblldb.py, line 98)

I believe this was resolved by pull request #266. Issue #274 tracks a suggestion for the maintainers to make a new release, which would distribute this fix.

Can confirm this issue. Still seeing the same error.

macOS 10.14.6
Xcode Version 11.2.1

Same issue.

macOS 10.15.1
Xcode 11.1

commented

Can confirm this issue. Still seeing the same error.

macOS 10.14.6
Xcode Version 11.2.1

error messages:

error: module importing failed: Missing parentheses in call to 'print'. Did you mean print('Whoops! You are missing the <' + arg.argName + '> argument.')? (fblldb.py, line 98)
File "temp.py", line 1, in

commented

@raytso
error: module importing failed: Missing parentheses in call to 'print'. Did you mean print('Whoops! You are missing the <' + arg.argName + '> argument.')? (fblldb.py, line 98)
File "temp.py", line 1, in

Hi, this occurred with me too.

Does It some fix to this error?

Since they release a new version, I manually copied command folder and rest of .py files in the root of the repo to /usr/local/opt/chisel/libexec/ and replaced it with the ones installed by brew.

You should be able to update in a more automated way (to the fixed version) now with brew upgrade. Sorry for the delay!