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 "Virtual_Mouse.py", line 10, in <module> from pycaw.pycaw import AudioUtilities, IAudioEndpointVolume ModuleNotFoundError: No module named 'pycaw'
#57
Open
NihaLRekatla opened this issue
Jan 17, 2022
· 2 comments
Type "pip list" in cmd and check if pycaw module is listed there. If not, install it via "pip install pycaw".
Also, as recomendation, u can search for "Pylance" extention in VS Code extentions - it will help u when coding, and of course u will be able to see are all modules imported correctly or not.
Hi for some reason im getting this error when i try to use this i aldready have 'pyCaw' installed but still im getting this PLSSSSS help!
The text was updated successfully, but these errors were encountered: