vanna-ai / vanna-flask

Web server for chatting with your database
MIT License
116 stars 53 forks source link

no module named vanna.remote #7

Open MarwanAlSamrout opened 5 months ago

MarwanAlSamrout commented 5 months ago

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'
1874379706 commented 5 months ago

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