pymupdf / PyMuPDF

PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
https://pymupdf.readthedocs.io
GNU Affero General Public License v3.0
4.52k stars 446 forks source link

cygwin x64 pip3 install pymupdf error #3502

Closed daivermastermaster closed 1 month ago

daivermastermaster commented 1 month ago

Description of the bug

cant install pymupdf in cygwin

How to reproduce the bug

  1. Windows 10 x64
  2. cygwin x86_64
  3. pip3 install pymupdf
  4. error : "subprocess.CalledProcessError: Command 'py -0p' returned non-zero exit status 127" there is no py launcher in cygwin as in linux os

full log in attach cygwin_pymupdf_log.txt

PyMuPDF version

1.24.4

Operating system

Windows

Python version

3.9

julian-smith-artifex-com commented 1 month ago

Cygwin is not (currently) supported.

A first step would be to add support for Cygwin to MuPDF. You might like to contact the MuPDF people about this, see https://mupdf.com/.

daivermastermaster commented 1 month ago

Thank you.