-
Notifications
You must be signed in to change notification settings - Fork 76
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
error while installing openni2 using brew #307
Comments
Same problem here, if you take a look at the code, this error does exist in the main branch of the original repository, and I am unaware of some python magic to print without parentheses, so this I likely some bug with them |
i had this same issue trying to install it on my mac with brew, what's the workaround at this time ? |
@SeleDreams Using brew edit, you can edit the original code before running installation, if you add the parentheses at this point, you should have a working version. |
You need to update the brew install script to use Python2
to
|
@paulwetzel running into the same issue, could you elaborate a bit on the fix? I am using the |
Last 15 lines from /Users/xxxx/Library/Logs/Homebrew/openni2/02.python:
2023-04-26 09:33:53 +0000
python
Packaging/Harvest.py
out
x64
File "/private/tmp/openni2-20230426-7247-oxun0m/OpenNI2-2.2.0-debian/Packaging/Harvest.py", line 338
print 'Usage: ' + sys.argv[0] + ' <x86|x64|Arm>'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: