python-sounddevice icon indicating copy to clipboard operation
python-sounddevice copied to clipboard

issue while importing

Open Sonu-rgukt opened this issue 2 years ago • 1 comments

Traceback (most recent call last): File "c:\Users\csonusmahae\Downloads\proctoring-main\src\audio.py", line 1, in import sounddevice as sd ModuleNotFoundError: No module named 'sounddevice'

help me to resolve this issue ?

Sonu-rgukt avatar Jun 21 '23 05:06 Sonu-rgukt

You should start from a clean Python environment, by the means of conda or alike. Then run pip install sounddevice and you should have no problems importing the package. If so, please provide more information about your setup.

HaHeho avatar Jun 22 '23 00:06 HaHeho