CiscoDevNet / Getting-started-with-Cisco-SD-WAN-REST-APIs

Getting started with Cisco SD-WAN REST APIs
Other
76 stars 74 forks source link

Issue with ./sdwan.py script #24

Open pynas67 opened 1 year ago

pynas67 commented 1 year ago

$ ./sdwan.py help Traceback (most recent call last): File "C:\Users\pynas\OneDrive\Desktop\Getting-started-with-Cisco-SD-WAN-REST-APIs\sdwan.py", line 19, in import tabulate File "C:\Users\pynas\OneDrive\Desktop\Getting-started-with-Cisco-SD-WAN-REST-APIs\venv\Lib\site-packages\tabulate.py", line 7, in from collections import namedtuple, Iterable ImportError: cannot import name 'Iterable' from 'collections' (C:\Python311\Lib\collections__init__.py)

hello folks i am new to Python and trying to follow the code as it is written in getting started with sdwan but i am having this output not sure how to fix it.

Thank you!

pynas67 commented 1 year ago

I did comment the line 19 and it seems to work however not sure how it will affect the code itself. any help will be appreciated. Thank you!