Skip to content

AttributeError: module 'docling' has no attribute '__version__' #3733

Description

@majestichou

Bug

AttributeError: module 'docling' has no attribute 'version'

Steps to reproduce

  1. pip install docling
  2. python -c "import docling; print(docling.version)"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: module 'docling' has no attribute '__version__'
  1. run command docling --version
from docling.cli.main import app
ModuleNotFoundError: No module named 'docling.cli.main'

Docling version

2.108, latest version

Python version

3.12.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    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