DevMiser / DaVinci

DaVinci - The ChatGPT AI Virtual Assistant
175 stars 22 forks source link

AttributeError: module 'pygame' has no attribute 'mixer' #27

Closed olskar closed 10 months ago

olskar commented 10 months ago

Not sure what to make of this? It detects the hotword but then pygame has a problem

`pi@raspberrypi:~ $ python3 DaVinci/DaVinci.py

DaVinci detected

Traceback (most recent call last): File "/home/pi/DaVinci/DaVinci.py", line 303, in voice(random.choice(prompt)) File "/home/pi/DaVinci/DaVinci.py", line 121, in voice pygame.mixer.init() AttributeError: module 'pygame' has no attribute 'mixer' ^Z [4]+ Stopped python3 DaVinci/DaVinci.py `

olskar commented 10 months ago

Solved by running python 3.9 for some reason