liuwons / liuwons/wxBot

ImportError: No module named pyqrcode

Open
#249 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5.3k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

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

[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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the import failure with test.py and wxbot.py, focusing on the pyqrcode import shown in both tracebacks. Done means the test script and wxbot.py can proceed past module loading; check the repository's dependency guidance before deciding how that dependency should be handled.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.