Conflict with requirements
AlessandroCotrufo opened this issue · 6 comments
On Windows 11, using python 3.12.2, if I try to pip install pdf2doi I eventually get the following error
Failed to build pymupdf
ERROR: Could not build wheels for pymupdf, which is required to install pyproject.toml-based projects
My hypotesis is that the specific version of pymupdf specified in the requirements (pymupdf==1.21.0) does not have a release for latest python version. I tried relaxing that requirement and it seems like the tool is installed and works normally. Was there a reason for that specific version?
Seems the same issue as here #28
Not sure why I set pymupdf==1.21.0
instead of pymupdf>=1.21.0
in one of the last commits. Might have been a mistake. Will revert it to pymupdf>=1.21.0
.