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

Docker image v0.17.0 fails to run #52

Closed
Harshit-9398 opened this issue Sep 8, 2022 · 3 comments
Closed

Docker image v0.17.0 fails to run #52

Harshit-9398 opened this issue Sep 8, 2022 · 3 comments
Labels
installation How to install DebiAI

Comments

@Harshit-9398
Copy link

Hello,
I am trying to run the DebiAI in an Openshift cluster using the docker image v0.17.0, but it seems there is some issue of a python package in the image.
I got the following error logs:

Traceback (most recent call last):
  File "websrv.py", line 1, in <module>
    import connexion
  File "/usr/local/lib/python3.8/site-packages/connexion/__init__.py", line 5, in <module>
    from .apis import AbstractAPI  # NOQA
  File "/usr/local/lib/python3.8/site-packages/connexion/apis/__init__.py", line 1, in <module>
    from .abstract import AbstractAPI  # NOQA
  File "/usr/local/lib/python3.8/site-packages/connexion/apis/abstract.py", line 13, in <module>
    from ..operations import make_operation
  File "/usr/local/lib/python3.8/site-packages/connexion/operations/__init__.py", line 1, in <module>
    from .abstract import AbstractOperation  # noqa
  File "/usr/local/lib/python3.8/site-packages/connexion/operations/abstract.py", line 9, in <module>
    from ..decorators.response import ResponseValidator
  File "/usr/local/lib/python3.8/site-packages/connexion/decorators/response.py", line 11, in <module>
    from .validation import ResponseBodyValidator
  File "/usr/local/lib/python3.8/site-packages/connexion/decorators/validation.py", line 13, in <module>
    from ..json_schema import Draft4RequestValidator, Draft4ResponseValidator
  File "/usr/local/lib/python3.8/site-packages/connexion/json_schema.py", line 6, in <module>
    from openapi_spec_validator.handlers import UrlHandler
ModuleNotFoundError: No module named 'openapi_spec_validator.handlers'

Can you please point us to the correct image?

@Tomansion Tomansion added the installation How to install DebiAI label Sep 9, 2022
@Tomansion
Copy link
Member

Thank you for noticing, a fix is on the way

@Tomansion
Copy link
Member

debiai/app:0.17.2 or debiai/app:latest should work fine, sorry for the inconvenience

@Harshit-9398
Copy link
Author

Thanks for the help, I tested the latest image and it works fine! 👍🏽
So, I am closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation How to install DebiAI
Development

No branches or pull requests

2 participants