You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I had install vanna 2.0.1, with the command uv pip install 'vanna[fastapi, openai, postgres]'
pip list | grep vanna
vanna 2.0.1
and when I import there were some errors:
Python 3.12.7 | packaged by Anaconda, Inc. | (main, Oct 4 2024, 08:22:19) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import vanna
vanna.version
'0.1.0'
from vanna.openai.openai_chat import OpenAI_Chat
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'vanna.openai'
Desktop (please complete the following information where):
OS: [e.g. MacOS]
Version: [e.g. 20.04]
Python: [3.12]
Vanna: [2.0.1]
Additional context
Add any other context about the problem here.
Describe the bug
I had install vanna 2.0.1, with the command
uv pip install 'vanna[fastapi, openai, postgres]'pip list | grep vanna
vanna 2.0.1
and when I import there were some errors:
Python 3.12.7 | packaged by Anaconda, Inc. | (main, Oct 4 2024, 08:22:19) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Desktop (please complete the following information where):
Additional context
Add any other context about the problem here.