Open knigth95 opened 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
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