Bug ID | 1200546 |
---|---|
Summary | Ultimaker Cura 3D Printing Software Missing python-sentry-sdk dependency |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.4 |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | screening-team-bugs@suse.de |
Reporter | drankinatty@suddenlinkmail.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
openSUSE Leap 15.4 Installed: cura Attempting to run and it crashes on startup. Ran from the command line: $ cura Traceback (most recent call last): File "/usr/bin/cura", line 27, in <module> from cura.CrashHandler import CrashHandler File "/usr/lib/python3.6/site-packages/cura/CrashHandler.py", line 15, in <module> import sentry_sdk ModuleNotFoundError: No module named 'sentry_sdk' That's easy enough: # zypper in python3-sentry-sdk All is well. So cura has a missing python3-sentry-sdk dependency causing crash on startup