TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and 'file'
I see this error when building with python2:
File "/pypy/rpython/tool/ansi_mandelbrot.py", line 156, in dot
print >>sys.stderr
[translation:ERROR] TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and 'file'
My info:
M1 MacBook Pro
Mac OS 11.1
command-line used: python2 ../../rpython/bin/rpython -Ojit targetpypystandalone