spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
980 stars 145 forks source link

issue while importing #477

Open Sonu-rgukt opened 1 year ago

Sonu-rgukt commented 1 year ago

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 ?

HaHeho commented 1 year ago

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.