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

Debian 11 Bullseye Telegram Fehler #550

Open
Skipper1990 opened this issue Jul 7, 2022 · 1 comment
Open

Debian 11 Bullseye Telegram Fehler #550

Skipper1990 opened this issue Jul 7, 2022 · 1 comment

Comments

@Skipper1990
Copy link

Skipper1990 commented Jul 7, 2022

OS Bullseye und Python 3.8.4

Installation lief sauber durch, nur beim starte kommt ein fehler.

Info: Telegram mit sudo pip install python-telegram-bot installiert

Folgender fehler beim start von Boswatch

28.05.2022 13:02:11 - pluginLoader [DEBUG ] load plugin: Telegram
28.05.2022 13:02:11 - pluginLoader [ERROR ] cannot load plugin: Telegram
28.05.2022 13:02:11 - pluginLoader [DEBUG ] cannot load plugin: Telegram
Traceback (most recent call last):
File "/opt/boswatch/includes/pluginLoader.py", line 106, in loadPlugin
return imp.load_module(plugin["name"], *plugin["info"])
File "/opt/boswatch/plugins/Telegram/Telegram.py", line 14, in
import telegram
ImportError: No module named telegram
28.05.2022 13:02:11 - pluginLoader [ERROR ] error loading plugin: Telegram
28.05.2022 13:02:11 - pluginLoader [DEBUG ] error loading plugin: Telegram
Traceback (most recent call last):
File "/opt/boswatch/includes/pluginLoader.py", line 32, in loadPlugins
plugin = loadPlugin(i)
File "/opt/boswatch/includes/pluginLoader.py", line 106, in loadPlugin
return imp.load_module(plugin["name"], *plugin["info"])
File "/opt/boswatch/plugins/Telegram/Telegram.py", line 14, in
import telegram
ImportError: No module named telegram

Auch Sudo apt-get python3-python-telegram-bot probiert.

Fehler beim Start von Boswatch kommt immer noch

Selber Fehler wie bei #504
Keine der Vorschläge haben da geholfen

@dennisN75
Copy link

Habe genau das gleiche Problem aktuell. Gab es da mal eine Lösung dafür?

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

2 participants