yingshaoxo / Telegram-with-QQ

Telegram connecting QQ based on telebot and qqbot
MIT License
11 stars 0 forks source link

运行 qq.py 之后报错 #1

Closed yEs1do closed 7 years ago

yEs1do commented 7 years ago

[root@vultr Telegram-with-QQ]# python3.6 qq.py Traceback (most recent call last): File "qq.py", line 105, in from qqbot import QQBotSlot as qqbs, RunBot ModuleNotFoundError: No module named 'qqbot'

yingshaoxo commented 7 years ago

pip3 install pyTelegramBotAPI

yingshaoxo commented 7 years ago

https://github.com/pandolia/qqbot

yEs1do commented 7 years ago

知道了,我安装的是 3.6 版本,你的代码里应该用的都是 python3 而不是python3.6

yingshaoxo commented 7 years ago

大概是3.5吧,下次我做开发把版本号带上去,谢谢反馈

On Sep 28, 2017 3:30 PM, "yEs1do" notifications@github.com wrote:

知道了,我安装的是 3.6 版本,你的代码里应该用的都是 python3 而不是python3.6

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/yingshaoxo/Telegram-with-QQ/issues/1#issuecomment-332752542, or mute the thread https://github.com/notifications/unsubscribe-auth/AQZPrXlBb5aQdD9TkYZHpN-c_Agq-QbXks5sm0sDgaJpZM4Pmywn .