vanna-ai/vanna-flask

no module named vanna.remote

Opened this issue · 1 comments

i installed requirements.txt using this command pip install -r requirements.txt
but when i run app.py file i get this error

vanna-flask-main\app.py", line 18, in <module>
    from vanna.remote import VannaDefault
ModuleNotFoundError: No module named 'vanna.remote'

i also meet the same problem,do you solve it now?