install error

Issue #22 new
Former user created an issue

$ python setup.py install Traceback (most recent call last): File "setup.py", line 49, in <module> print >>sys.stderr, "testing git availability ..." TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'. Did you mean "print(<message>, file=<output_stream>)"?

Could you help?

Thank you!

Comments (1)

  1. Log in to comment