Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

import vanna >>> vanna.__version__ '0.1.0' ? #1044

Description

@syw2014

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions