unknown exception: ImportError('Flask or its dependencies are not fully installed, they are required for serving HTTP requests.Please use pip install "jina[http]" to install it.') #17
Problempython app.py index now seems to work okay. But running python app.py search results in:
unknown exception: ImportError('Flask or its dependencies are not fully installed, they are required for serving HTTP requests.Please use pip install "jina[http]" to install it.')
Why?flask not in requirements.txt and not showing when run pip list
Problem
python app.py index
now seems to work okay. But runningpython app.py search
results in:Why?
flask
not inrequirements.txt
and not showing when runpip list