google / textfsm

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

Cannot install due to textfsm issue #41

Closed egondragon closed 4 years ago

egondragon commented 5 years ago

Hi All I have a critical issue with textfsm and gtextfsm: When I try an installation of a module called pycsco, I encountered this error message: : ============================= sudo -H pip install pycsco --proxy="http://proxy.rd.francetelecom.fr:8080" Collecting pycsco Downloading https://files.pythonhosted.org/packages/55/6d/47e3fc0ae13d34a87f6328cb724f65e0484ce76b21de23e5767ecdfeddef/pycsco-0.3.5.tar.gz (54kB) 100% |████████████████████████████████| 61kB 1.7MB/s Collecting gtextfsm==0.2.1 (from pycsco) Downloading https://files.pythonhosted.org/packages/98/12/edfdccf3d968ffbb94ac8e48b3172395b6902eb4265bded0b0d07a1652f3/gtextfsm-0.2.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-403qlws9/gtextfsm/setup.py", line 19, in import textfsm File "/tmp/pip-install-403qlws9/gtextfsm/textfsm/init.py", line 2, in version = textfsm.version NameError: name 'textfsm' is not defined

Thanks for help this is extremely annoying. Regards

harro commented 5 years ago

I believe pycsco should be using textfsm rather than gtextfsm and I have opened issue #43 with the maintainer regarding this issue.