Everyone says on arch you get all the software you need. Well then, where's any kind of python speech dispatcher package? Not in the AUR and not in the repos. Pretty sure I can't install it with pip either. I have all the repo and AUR packages I need, but now this one is annoying me.
@destructatron You probably want libspeechd.
@storm I have libspeechd installed, but that doesn't put the python module in the site packages directory which is where it needs to be.
@destructatron Oh interesting, I never checked where the package puts stuff, I just did import speechd and it worked, so I assumed everything was right.
@storm It's there and importing it globally works. What confused me was that when I was using a virtual environment, the path was showing up as the global one, so I thought it couldn't find it. Now I just need to fix the virtual environment breakage which is easy.