napalm-automation / napalm-salt

Modules for event-driven network automation and orchestration using Salt
Apache License 2.0
127 stars 36 forks source link

Always get "Unable to process: is TextFSM installed?" when I try to use textFSM for network devices #59

Closed Obus20 closed 5 years ago

Obus20 commented 5 years ago

Hello,

I try to use textfsm for special commands to network devices.

Example: salt 'switch1' net.cli "sh ver" textfsm_parse=true

The result always is "Unable to process: is TextFSM installed?". But TextFSM/JTextFSM is installed.

Can you please help me?

Thank you!

Obus20 commented 5 years ago

After a reinstallation of textfsm it works.