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
When running poetry add docling==2.11.0, the dependency resolution process fails due to the inability to find installation candidates for torchvision (0.20.1). This error suggests that torchvision does not currently support Python 3.13, the version being used in the environment.
Steps to reproduce
Install Python 3.13 in your system.
Create a new virtual environment using Poetry.
Run the command:
poetry add docling==2.11.0
Observe the error during the dependency resolution process.
Docling version
Docling 2.11.0
Python version
Python 3.13.0
Observations
The error occurs due to a lack of compatibility between torchvision (0.20.1) and Python 3.13.
The issue is not directly caused by docling but rather by a dependency (torchvision) that does not yet support Python 3.13.
A potential workaround could involve manually installing a version of torchvision compatible with Python 3.13 (if available in a nightly or experimental release) or using an earlier Python version.
The text was updated successfully, but these errors were encountered:
Bug
When running
poetry add docling==2.11.0
, the dependency resolution process fails due to the inability to find installation candidates fortorchvision (0.20.1)
. This error suggests thattorchvision
does not currently support Python 3.13, the version being used in the environment.Steps to reproduce
Docling version
Docling 2.11.0
Python version
Python 3.13.0
Observations
torchvision (0.20.1)
and Python 3.13.docling
but rather by a dependency (torchvision
) that does not yet support Python 3.13.torchvision
compatible with Python 3.13 (if available in a nightly or experimental release) or using an earlier Python version.The text was updated successfully, but these errors were encountered: