I tried to install this into a venv so I could isolate the dependencies, but either inside the venv or outside of it, I get this error:
Traceback (most recent call last):
File "/home/dogbold/git/LinVAM/./main.py", line 6, in <module>
from profileeditwnd import ProfileEditWnd
File "/home/dogbold/git/LinVAM/profileeditwnd.py", line 7, in <module>
from profileexecutor import *
File "/home/dogbold/git/LinVAM/profileexecutor.py", line 8, in <module>
from pocketsphinx.pocketsphinx import *
ModuleNotFoundError: No module named 'pocketsphinx'
For added context, I'm on an Arch Linux setup with pocketsphinx 5.0.0-2 installed by pacman, and the venv has version 5.0.1 installed.
I can replicate the error straight after cloning the repo, with no venv installed there, so I doubt that the venv has anything to do with it actually
I tried to install this into a venv so I could isolate the dependencies, but either inside the venv or outside of it, I get this error:
For added context, I'm on an Arch Linux setup with pocketsphinx 5.0.0-2 installed by pacman, and the venv has version 5.0.1 installed.
I can replicate the error straight after cloning the repo, with no venv installed there, so I doubt that the venv has anything to do with it actually