google / textfsm

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

Can not work using python37-32 install by pip install textfsm #45

Closed fenglwh closed 5 years ago

fenglwh commented 5 years ago

Description: Can not work using python37-32 install by pip install textfsm

Steps To Reproduce:

  1. install python37-32 in win10 2.pip install textfsm
  2. import textfsm will get: import textfsm ImportError: bad magic number in 'textfsm': b'\x03\xf3\r\n'