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
import time
import pywifi
from pywifi import const
Traceback (most recent call last):
File "<pyshell#4>", line 1, in
from pywifi import const
ImportError: cannot import name 'const' from 'pywifi' (unknown location)
can you help to check what's the problem?
The text was updated successfully, but these errors were encountered:
import time
import pywifi
from pywifi import const
Traceback (most recent call last):
File "<pyshell#4>", line 1, in
from pywifi import const
ImportError: cannot import name 'const' from 'pywifi' (unknown location)
can you help to check what's the problem?
The text was updated successfully, but these errors were encountered: