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

[Issue]: issue installing ocrmypdf > 16.5.0 #1458

Closed
1 of 3 tasks
hiilmiee opened this issue Jan 13, 2025 · 2 comments
Closed
1 of 3 tasks

[Issue]: issue installing ocrmypdf > 16.5.0 #1458

hiilmiee opened this issue Jan 13, 2025 · 2 comments
Assignees

Comments

@hiilmiee
Copy link

What were you trying to do?

I am trying to use OCRmyPdf with elasticsearch connector. Installing the library is fine up till 16.4.3. Once i tried to install 16.5.0, i received this error :

Searching for pdfminer-six>=20220319
Reading https://pypi.org/simple/pdfminer-six/
No local packages or working download links found for pdfminer-six>=20220319
error: Could not find suitable distribution for Requirement.parse('pdfminer-six>=20220319')

based on releast note, 16.5.0 is where ocrmypdf is being tested on python 3.13. My OS only up to python 3.12.8. could this be the reason why ?

Where are you installing/running from?

PyPI (pip, poetry, pipx, etc.)

OCRmyPDF version

No response

What operating system are you working on?

Linux

Operating system details and version

RHEL 9

Simple sanity checks

  • Operating system is currently supported by its vendor (not end of life)
  • Python version is compatible with OCRmyPDF
  • This issue is not about a specific input file

Relevant log output

Searching for pdfminer-six>=20220319
Reading https://pypi.org/simple/pdfminer-six/
No local packages or working download links found for pdfminer-six>=20220319
error: Could not find suitable distribution for Requirement.parse('pdfminer-six>=20220319')
@hiilmiee hiilmiee added the triage Issue needs triage label Jan 13, 2025
@jbarlow83
Copy link
Collaborator

ocrmypdf is tested on Python 3.10 through 3.13.
Perhaps you have an old version of pip that is unable to find the required dependency or some connectivity problem to pypi.org.

@jbarlow83 jbarlow83 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 13, 2025
@github-actions github-actions bot removed the triage Issue needs triage label Jan 13, 2025
@hiilmiee
Copy link
Author

what PiP version is required ? i dont think its a connectivity problem to pypi.org, else i wouldnt be able to download the older version. i did a curl to pypi.org, able to access

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants