Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@NihaLRekatla
Copy link

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!
image

@lastochka364
Copy link

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.

@AndreMiras
Copy link
Owner

Can you try again with the pycaw version I released recently?
https://pypi.org/project/pycaw/20220416/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants