You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./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!
The text was updated successfully, but these errors were encountered:
$ ./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!
The text was updated successfully, but these errors were encountered: