Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chisel load failed #278

Closed
BlankConan opened this issue Oct 24, 2019 · 8 comments
Closed

chisel load failed #278

BlankConan opened this issue Oct 24, 2019 · 8 comments

Comments

@BlankConan
Copy link

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)

@ansonj
Copy link

ansonj commented Oct 28, 2019

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.

@raytso
Copy link

raytso commented Nov 14, 2019

Can confirm this issue. Still seeing the same error.

macOS 10.14.6
Xcode Version 11.2.1

@archmagees
Copy link

Same issue.

macOS 10.15.1
Xcode 11.1

@BlankConan
Copy link
Author

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

@BlankConan
Copy link
Author

@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

@renanvs
Copy link

renanvs commented Dec 11, 2019

Hi, this occurred with me too.

Does It some fix to this error?

@maniramezan
Copy link

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.

@kolinkrewinkel
Copy link
Contributor

kolinkrewinkel commented Feb 23, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants