sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
2.97k stars 1.03k forks source link

manjaro linux #1098

Open knigth95 opened 1 year ago

knigth95 commented 1 year ago

sys: manjaro

error: No module named 'PyPDF2' No module named 'pyautogui' Jarvis' sound is by default disabled. In order to let Jarvis talk out loud type: enable sound Type 'help' for a list of available actions. 217 plugins loaded 9 plugins disabled. More information: status

used: yay -S pypdf2 pyautogui

Unable to resolve

itsvenu22 commented 1 year ago

sys: manjaro

error: No module named 'PyPDF2' No module named 'pyautogui' Jarvis' sound is by default disabled. In order to let Jarvis talk out loud type: enable sound Type 'help' for a list of available actions. 217 plugins loaded 9 plugins disabled. More information: status

used: yay -S pypdf2 pyautogui

Unable to resolve

You mentioned that you used yay -S pypdf2 pyautogui to install the 'PyPDF2' and 'pyautogui' Python modules, but it seems like they are still not found. Manjaro uses Pacman as its package manager, so yay is typically used for installing AUR which is Arch User Repository packages. However, for Python packages, you should use pip.

pip install PyPDF2
pip install pyautogui

If you encounter pip not found then,

sudo pacman -S python-pip

And to enable sound you can use,

enable sound

And you can use this command to get more information about the disabled plugins

status