-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issues with arch linux #10
Comments
I’m pretty sure feedparser is only used for reading a news feed, so if you want to get things running, you should be able to remove that import and carry on. |
when i type "$ python oa.py" it returns |
Comment out or delete the line (8) in that file where it’s importing feedparser. You seem to be using an earlier version, but feedparser would still be a problem. |
i downloaded the version from this github so i figured it would be up to date? also i commented out feedparser and it told me psutil wasnt there so i commented that out too and now its telling me a bunch of stuff isnt there including pocketsphinx which i know for a fact is there cuz it downloaded correctly, but psutil and feedparser couldnt be found |
so i think the issue is with the original pip3 install. i tried it again and the first couple packages installed but im getting this at the end. also i apologize in advance, im new to using github to comment and i dont know proper formatting but ill just paste my console error output
|
I asked about the version because that file So, another thing to check is if you're actually running Python3 -- some distros have versions 2.x and 3.x installed, so verify From the log you posted, it looks like |
thanks for your help. i already had python 3.6.6(i think) installed. i think the gcc was the issue. i installed that through regular pacman and then used pip3 install and it failed again so i tried running it as root with sudo and it worked so i got it up and working now. thank you again for your assistance |
so now that the program is functioning correctly, and doing very well with voice recognition, whats the best way to go about adding stuff, maybe similar to stella used in the demo video. |
I’d recommend looking at the ‘minds’. You should be able to add new functions / expressions if you follow the pattern in them. |
hello, i was able to try out the program on a windows 10 computer and it worked very well. however i tried using it on my arch linux machine and have been having constant issues. on the arch insallation two lines were written: one was to use pacman to install swig and espeak. this worked well and everything installed correctly. however the second command was the issue. the pip3 install command installed most of the required files however feedparser will not install and therefore it will not start the program. any help i can get to work around this issues or possibly a different way to install? thank you.
The text was updated successfully, but these errors were encountered: