aaronchantrill
aaronchantrill
I fixed the sklearn requirement a couple of weeks ago. Now I'm getting this: ``` Processing triggers for libgdk-pixbuf-2.0-0:arm64 (2.42.10+dfsg-1+deb12u1) ... error: externally-managed-environment × This environment is externally managed ╰─>...
The virtualenvwrapper issue affects all three types of install, stable, milestone and nightly. I don't understand why it is trying to access /home/pi/.local/bin/virtualenvwrapper.sh. The installer is being explicitly instructed to...
So, I just tried to manually follow the same process that the Naomi installer uses to install and set up virtualenvwrapper on a brand new Raspberry Pi OS Lite (64-bit)...
I just tried installing by cloning the project from github, then running the naomi-setup.sh script and it installed correctly. I saved the copy of naomi-setup.sh downloaded using the link from...
Trying the one-liner with the direct link to the raw github file did not work. I still got the error about being in a managed environment. So I think there...
The phonetisaurus thing is new. I was able to install with a simple pip install phonetisaurus on my last copy of Raspberry Pi OS just a couple of weeks ago....
Actually, there is no reason to install either phonetisaurus or pocketsphinx from pip, since we are building and installing python-pocketsphinx from source and installing phonetisaurus from source and not using...
I think it makes sense to keep the question about running uninterrupted should stay with the processing at the top of the setup_wizard() function. I'm not sure what the top...
I get the error message "ImportError: Pocketsphinx not installed!" so it looks like the `python setup.py install` command has also been removed even though the pocketsphinx-python sources have been downloaded....
I'll look into this and see if I can figure out what the issue is. Sorry the install process has not been smooth. I did do an install after the...