openassistant / oa-core

Open Assistant Core
http://openassistant.org
GNU General Public License v3.0
292 stars 77 forks source link

No Module Named 'gi' #24

Closed emeri1md closed 5 years ago

emeri1md commented 5 years ago

I installed OpenAssistant and tried running it. This is from a clean Arch install. Audio is working.

To Reproduce Steps to reproduce the behavior: Say "BOOT MIND" ERROR sound [init.py:_in:20]: Error playing sound: No module named 'gi'

Expected behavior Expected to hear R2D2

Desktop (please complete the following information):

joshuashort commented 5 years ago

Can you try something like sudo apt-get install python3-gi, with whatever manager/package name Arch uses? Or maybe it's python3-gobject.

emeri1md commented 5 years ago

It was the second one you listed. Had to install another library on top of that, but it's now working. Thanks for the help. Looks like I'll get to start playing with it now.