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
Traceback (most recent call last):
File "SniffAir.py", line 12, in
from Sniffer import *
File "lib/Sniffer.py", line 3, in
from SniffAir import *
File "/home/seth/Desktop/SniffAir/SniffAir.py", line 13, in
from Connect2DB import *
File "lib/Connect2DB.py", line 9, in
from tabulate import tabulate
ImportError: No module named tabulate
can you please suggest how to solve this issue
The text was updated successfully, but these errors were encountered:
python SniffAir.py
Traceback (most recent call last):
File "SniffAir.py", line 12, in
from Sniffer import *
File "lib/Sniffer.py", line 3, in
from SniffAir import *
File "/home/seth/Desktop/SniffAir/SniffAir.py", line 13, in
from Connect2DB import *
File "lib/Connect2DB.py", line 9, in
from tabulate import tabulate
ImportError: No module named tabulate
can you please suggest how to solve this issue
The text was updated successfully, but these errors were encountered: