Skip to content
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

manjaro linux #1098

Open
knigth95 opened this issue May 1, 2023 · 1 comment
Open

manjaro linux #1098

knigth95 opened this issue May 1, 2023 · 1 comment

Comments

@knigth95
Copy link

knigth95 commented May 1, 2023

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
Copy link

itsvenu22 commented Sep 7, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants