t0mer / deepstack-trainer

deepstack trainer is a Flask powerd, easy to use web app, hepls us to train and test Deepstack AI
GNU General Public License v3.0
24 stars 3 forks source link

ModuleNotFoundError: No module named 'flask_restful' #5

Closed SmartLiving-Rocks closed 3 years ago

SmartLiving-Rocks commented 3 years ago

Hello, wonderful work! I also want to be part of it. The container does not start and the log file says:

Traceback (most recent call last): File "/opt/trainer/trainer.py", line 3, in <module> from flask_restful import Resource, Api ModuleNotFoundError: No module named 'flask_restful'

I have set all necessary parameter like DEEPSTACK_HOST_ADDRESS etc. Do I have to install flask_restful manually or do I have to do something else?

t0mer commented 3 years ago

Fixed it, pull the new version.

t0mer commented 3 years ago

I just pulled the lat version and i's working. Maybe somthing in ypur configuration is wrong?

SmartLiving-Rocks commented 3 years ago

Fixed it, pull the new version.

Yes, you are the man! Thanks for the quick fix and have a nice weekend!