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
wifi-password
Traceback (most recent call last):
File "/Users/racerx/anaconda3/bin/wifi-password", line 33, in
sys.exit(load_entry_point('wifi-password==1.1.1', 'console_scripts', 'wifi-password')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/racerx/anaconda3/lib/python3.11/site-packages/wifi_password-1.1.1-py3.11.egg/wifi_password/wifi_password.py", line 99, in main
File "/Users/racerx/anaconda3/lib/python3.11/site-packages/wifi_password-1.1.1-py3.11.egg/wifi_password/wifi_password.py", line 33, in get_ssid
AttributeError: module 'utils' has no attribute 'get_platform'
The text was updated successfully, but these errors were encountered:
wifi-password Traceback (most recent call last): File "/Users/racerx/anaconda3/bin/wifi-password", line 33, in sys.exit(load_entry_point('wifi-password==1.1.1', 'console_scripts', 'wifi-password')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/racerx/anaconda3/lib/python3.11/site-packages/wifi_password-1.1.1-py3.11.egg/wifi_password/wifi_password.py", line 99, in main File "/Users/racerx/anaconda3/lib/python3.11/site-packages/wifi_password-1.1.1-py3.11.egg/wifi_password/wifi_password.py", line 33, in get_ssid AttributeError: module 'utils' has no attribute 'get_platform'
goto file wifi_password/wifi_password.py, modify this import:
#import utils
from . import utils
#import constants
from . import constants
if getting other errors for local module, modify like this.
Mac OS Sonoma 14.2.1
Python3 3.11.5
Get the following error when trying to use..
wifi-password
Traceback (most recent call last):
File "/Users/racerx/anaconda3/bin/wifi-password", line 33, in
sys.exit(load_entry_point('wifi-password==1.1.1', 'console_scripts', 'wifi-password')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/racerx/anaconda3/lib/python3.11/site-packages/wifi_password-1.1.1-py3.11.egg/wifi_password/wifi_password.py", line 99, in main
File "/Users/racerx/anaconda3/lib/python3.11/site-packages/wifi_password-1.1.1-py3.11.egg/wifi_password/wifi_password.py", line 33, in get_ssid
AttributeError: module 'utils' has no attribute 'get_platform'
The text was updated successfully, but these errors were encountered: