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

Cannot start MrHolmes: No module named 'pyqrcode' #58

Open
F5UJA opened this issue Jan 1, 2025 · 1 comment
Open

Cannot start MrHolmes: No module named 'pyqrcode' #58

F5UJA opened this issue Jan 1, 2025 · 1 comment

Comments

@F5UJA
Copy link

F5UJA commented Jan 1, 2025

Fresh install of MrHolmes, no issue with installation.
When trying to launch it with:
sudo python3 MrHolmes.py

I get:
Traceback (most recent call last):
File "/Mr.Holmes/MrHolmes.py", line 8, in
from Core.Support import Menu
File "/Mr.Holmes/Core/Support/Menu.py", line 10, in
from Core import Searcher
File "/Mr.Holmes/Core/Searcher.py", line 11, in
from Core.Support import FileTransfer
File "/Mr.Holmes/Core/Support/FileTransfer.py", line 12, in
import pyqrcode
ModuleNotFoundError: No module named 'pyqrcode'

It seems that a needed module is missing. I could not find a successful info on how to install it and have the MrHolmes run flawlessly.
Thanks for your help

@5KBb
Copy link

5KBb commented Feb 16, 2025

ho lo stesso problema tuo

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