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

No module named 'pyqrcode' #25

Closed
AngmarLord opened this issue Jun 6, 2023 · 1 comment
Closed

No module named 'pyqrcode' #25

AngmarLord opened this issue Jun 6, 2023 · 1 comment

Comments

@AngmarLord
Copy link

Complains on Windows that pyqrcode module isn't found. I have checked it, but pyqrcode is definitely present. I try and install it manually, using pip either with requirements.txt or even standalone, and they always say pyqrcode is present and there is nothing to upgrade. Yet, the launch fails.

The error occurs here -
\Core\Support\FileTransfer.py", line 11, in
import pyqrcode
ModuleNotFoundError: No module named 'pyqrcode'

@Lechatdu17
Copy link

Lechatdu17 commented Jun 20, 2023

I’m not sure it will work but try this: " pip install pyqrcode " if i don’t work maybe you will find how to solve your problem here https://pypi.org/project/PyQRCode/#installation

@Lucksi Lucksi closed this as completed Jul 8, 2023
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

3 participants