-
Notifications
You must be signed in to change notification settings - Fork 803
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
Xcode11 error: module importing failed: Missing parentheses in call to 'print' #272
Comments
I experience the same error message when running with Xcode 11. |
you're using python 3, which doesn't work with chisel. the python binary xcode 11 uses is here fwiw: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework to fix it do 2 things:
I still get a few error messages, but most of the chisel commands now work. |
cd ~/Downloads && git clone https://github.com/chenjiangchuan/chisel.git && cd chisel &&cp -f -R -v libexec /usr/local/Cellar/chisel/1.8.1 |
Should be fixed with #266! |
Use |
Still seeing this issue with Chisel 1.8.1. Any chance we can get the brew repo updated with the changes from #266 ? Been using Chisel for many years and I love it. Thanks for all your hard work! |
Still seeing this with 1.8.1. |
Same issue here |
same |
Same issue |
Sorry folks, I've been a neglectful maintainer!
|
Should be good to go now with a |
worked for me, thanks |
error: 'pviews' is not a valid command.
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
The text was updated successfully, but these errors were encountered: