$ ./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.
$ ./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!