thoth-station / slo-reporter

Provide report on Thoth Service Level Objectives (SLO) to stakeholders.
GNU General Public License v3.0
2 stars 7 forks source link

ImportError: cannot import name 'ThothAdviserIntegrationEnum' from 'thoth.storages.graph.enums' #295

Closed pacospace closed 3 years ago

pacospace commented 3 years ago

Describe the bug ImportError: cannot import name 'ThothAdviserIntegrationEnum' from 'thoth.storages.graph.enums'

To Reproduce Steps to reproduce the behavior:

  1. Start SLO-reporter

Expected behavior SLO reporter starts correctly

Screenshots

Traceback (most recent call last):
  File "app.py", line 39, in <module>
    from thoth.slo_reporter.sli_report import SLIReport
  File "/opt/app-root/src/thoth/slo_reporter/sli_report.py", line 22, in <module>
    from .configuration import Configuration
  File "/opt/app-root/src/thoth/slo_reporter/configuration.py", line 25, in <module>
    from thoth.storages.graph.enums import ThothAdviserIntegrationEnum
ImportError: cannot import name 'ThothAdviserIntegrationEnum' from 'thoth.storages.graph.enums' (/opt/app-root/lib64/python3.8/site-packages/thoth/storages/graph/enums.py)

Additional context Add any other context about the problem here.