Voice2VoiceChatbot Installation conda create -n test python=3.6 (pyaudio benötigt python 3.6, neuere Versionen funktionieren nicht) conda activate test pip install -r requirements.txt python script.py Viel Spaß :-)