Closed pranjalv123 closed 9 years ago
In this case, textprocessing.bytes_to_text() calls codecs.decode() with ENCODING=None, which causes a TypeError. This prevents DendroPy from installing because the install script uses this function to parse git output.
In this case, textprocessing.bytes_to_text() calls codecs.decode() with ENCODING=None, which causes a TypeError. This prevents DendroPy from installing because the install script uses this function to parse git output.