You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: