Mr.Holmes icon indicating copy to clipboard operation
Mr.Holmes copied to clipboard

Problema com isso 'pyqrcode'

Open Deywyson777 opened this issue 1 year ago • 1 comments

~/Mr.Holmes $ python3 MrHolmes.py Traceback (most recent call last): File "/data/data/com.termux/files/home/Mr.Holmes/MrHolmes.py", line 8, in from Core.Support import Menu File "/data/data/com.termux/files/home/Mr.Holmes/Core/Support/Menu.py", line 10, in from Core import Searcher File "/data/data/com.termux/files/home/Mr.Holmes/Core/Searcher.py", line 11, in from Core.Support import FileTransfer File "/data/data/com.termux/files/home/Mr.Holmes/Core/Support/FileTransfer.py", line 12, in import pyqrcode ModuleNotFoundError: No module named 'pyqrcode'

Deywyson777 avatar Mar 21 '25 05:03 Deywyson777

anche se in ritardo :

  • installa il modulo : pip install pyqrcode

  • installa il modulo : pip install pypng

  • Dopo l’installazione, puoi testare che il modulo sia stato correttamente installato lanciando : python3 -c "import pyqrcode; print('pyqrcode installato correttamente')"

Fammi sapere se ti e stato utile :)

Shelby4Real avatar May 02 '25 23:05 Shelby4Real