Belval / pdf2image

A python module that wraps the pdftoppm utility to convert PDF to PIL Image object
MIT License
1.6k stars 194 forks source link

ImportError: No module named pdf2image with OSX and Python 2.7.18 #225

Closed sev7enITA closed 2 years ago

sev7enITA commented 2 years ago

Hello, I followed step by step the installation suggestions to setup the pdf2image module on my OSX installation built by using as most brew but I have always the same error with or without IDE: module not found.

I have python 2.7.18 and poppler installed properly.

I have no idea how to fix it...

Belval commented 2 years ago

pdf2image does not support Python 2.7, only +3.5.

EDIT: If you saw that pdf2image supports python 2.7 somewhere feel free to post a link so that I can update the doc.