channel-helper-bot icon indicating copy to clipboard operation
channel-helper-bot copied to clipboard

python3.9+python-telegram-bot13.3下运行报错

Open tjsky opened this issue 3 years ago • 2 comments

root@173:~/bot# python3 helper_main.py
/usr/local/python3/lib/python3.9/site-packages/telegram/utils/promise.py:26: TelegramDeprecationWarning: telegram.utils.promise is deprecated. Please use telegram.ext.utils.promise instead.
  warnings.warn(
Traceback (most recent call last):
  File "/root/commentbot/helper_main.py", line 16, in <module>
    import messagequeue as mq
  File "/root/commentbot/messagequeue.py", line 34, in <module>
    from ninesix import Logger
ModuleNotFoundError: No module named 'ninesix'

技术能力有限,没看出来应该怎么解决。

tjsky avatar Mar 02 '21 15:03 tjsky

安装依赖: pip3 install ninesix

SakuraPie avatar Mar 03 '21 11:03 SakuraPie

安装依赖: pip3 install ninesix

丢人了。。谢谢解答

tjsky avatar Mar 06 '21 06:03 tjsky