google / textfsm

Python module for parsing semi-structured text into python tables.
Apache License 2.0
1.09k stars 168 forks source link

Fix encoding issues when installing the package #36

Closed xavierhardy closed 5 years ago

xavierhardy commented 5 years ago

This should fix #34. https://docs.python.org/3.4/library/codecs.html#codecs.open https://stackoverflow.com/questions/28431269/typeerror-type-str-doesnt-support-the-buffer-api-when-splitting-string

buxtronix commented 5 years ago

thank you!