koursaros-ai/nboost

Kubernetes install issue - ModuleNotFoundError

Closed this issue · 2 comments

I am trying to deploy nboost in Kubernetes cluster using "koursaros/nboost:latest-pt" image. But it is failing. Getting the following message in the logs

Traceback (most recent call last):
  File "/opt/conda/bin/nboost", line 5, in <module>
    from nboost.__main__ import main
  File "/opt/conda/lib/python3.6/site-packages/nboost/__main__.py", line 2, in <module>
    from nboost.proxy import Proxy
  File "/opt/conda/lib/python3.6/site-packages/nboost/proxy.py", line 3, in <module>
    from flask import (
ModuleNotFoundError: No module named 'flask'

Can you please advise.
Thank you.

same issue with the docker image: koursaros/nboost:latest-pt

Fixed with latest release. Sorry about that :)