mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
327 stars 82 forks source link

Add moonraker-telegram-bot by nlef #48

Closed mkuf closed 1 year ago

mkuf commented 1 year ago

From #45

Adds

Changes

mkuf commented 1 year ago

Bot is logging missing dependencies

Traceback (most recent call last):
  File "/opt/moonraker-telegram-bot/bot/main.py", line 41, in <module>
    from websocket_helper import WebSocketHelper
  File "/opt/moonraker-telegram-bot/bot/websocket_helper.py", line 11, in <module>
    from notifications import Notifier
  File "/opt/moonraker-telegram-bot/bot/notifications.py", line 11, in <module>
    from camera import Camera
  File "/opt/moonraker-telegram-bot/bot/camera.py", line 16, in <module>
    import cv2  # type: ignore
ModuleNotFoundError: No module named 'cv2'
mkuf commented 1 year ago

Dependencies have been fixed in the upstream Image

mkuf commented 1 year ago

Upstream image is only available for linux/amd64.
This will be merged as soon as the Image is also available for arm. https://github.com/nlef/moonraker-telegram-bot/pull/231