Hello !!
After an apparently fine installation on MacOS, I am simply trying to run
“ircamAlign -h”
and I get the following errors:
Traceback (most recent call last):
File “/xxx/yyy/Library/ircamAlign/py_scripts/ircamAlign.py”, line 10, in
import ircamAlign_func
File “/xxx/yyy/Library/ircamAlign/py_scripts/ircamAlign_func.py”, line 17, in
sys.stdout = open(sys.stdout.fileno(), mode=‘w’, encoding=‘utf8’, buffering=1)
TypeError: file() takes at most 3 arguments (4 given)
Running “python ircamAlign_func.py” directly also gives me the same errors.
I am using Python 2.7.18.
Thank you !!
O.