AlexH posted May 25 '17, 22:09:
Hi,
I try to build sampler box but i have an error when i try to run this command: python samplerbox.py
The error is : Traceback (most recent calls last);
File "samplerbox.py",line 25, in <module>
ImportError: No module named sounddevice
How can i fix this problem?
Thanks!
AlexM posted May 26 '17, 03:09:
Hey Alex - gee, there's a lot of us Alex's here ;)
Looks like the sounddevice package isn't installed.
Try pip install sounddevice --user
If that returns an error, you'll need to make sure all sounddevice requirements are met - namely CFFI: pip install cffi --user
More (omit python3
from any commands you see here):
http://python-sounddevice.readthedocs.io/en/0.3.7/#requirements