extract-textual-insights-from-video icon indicating copy to clipboard operation
extract-textual-insights-from-video copied to clipboard

Receiving error when try to run Docker image

Open mtbowers opened this issue 2 years ago • 0 comments

Receiving this error when I try to run the docker image:

Traceback (most recent call last):
  File "app.py", line 21, in <module>
    from apis import *
  File "/app/apis/__init__.py", line 1, in <module>
    from flask_restful import Api
ModuleNotFoundError: No module named 'flask_restful'

mtbowers avatar Feb 14 '22 04:02 mtbowers