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
output = wmic.query("SELECT * FROM Win32_Processor")
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.4/dist-packages/wmi_client_wrapper/wrapper.py", line 111, in query
output = sh.wmic(*arguments)
File "/usr/local/lib/python3.4/dist-packages/sh.py", line 3349, in getattr
return self.__env[name]
File "/usr/local/lib/python3.4/dist-packages/sh.py", line 3226, in getitem
raise CommandNotFound(k)
sh.CommandNotFound: wmic
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: