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

ImportError: No module named pyqrcode #249

Open
zhanggaoxuan opened this issue Jun 3, 2017 · 3 comments
Open

ImportError: No module named pyqrcode #249

zhanggaoxuan opened this issue Jun 3, 2017 · 3 comments

Comments

@zhanggaoxuan
Copy link

执行测试脚本时候遇到的问题= =

[root@centos1 wxBot]# python test.py
Traceback (most recent call last):
File "test.py", line 5, in
from wxbot import *
File "/root/wxBot/wxbot.py", line 8, in
import pyqrcode
ImportError: No module named pyqrcode
[root@centos1 wxBot]# python wxbot.py
Traceback (most recent call last):
File "wxbot.py", line 8, in
import pyqrcode
ImportError: No module named pyqrcode

@kinggggg
Copy link

我的macOS上也遇到同样的问题,如何解决?

@Geno1024
Copy link

没有 pyqrcode 就安装它……README 已经有写了……

@ylot0
Copy link

ylot0 commented Sep 5, 2018

pip install pyqrcode

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

4 participants