Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find installation candidates for torchvision (0.20.1) #596

Closed
prodesk98 opened this issue Dec 13, 2024 · 1 comment
Closed

Unable to find installation candidates for torchvision (0.20.1) #596

prodesk98 opened this issue Dec 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@prodesk98
Copy link

Bug

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

  1. Install Python 3.13 in your system.
  2. Create a new virtual environment using Poetry.
  3. Run the command:
    poetry add docling==2.11.0
  4. 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.

@prodesk98 prodesk98 added the bug Something isn't working label Dec 13, 2024
@cau-git
Copy link
Contributor

cau-git commented Dec 14, 2024

@prodesk98 yes this problem is already tracked here: #136

@cau-git cau-git closed this as completed Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants