jalan / pdftotext

Simple PDF text extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run in Apple M1 architecture

LittleJymn opened this issue · comments

Error like this:

import pdftotext
ImportError: dlopen(/Users/huya/Library/Python/2.7/lib/python/site-packages/pdftotext.so, 2): no suitable image found. Did find:
/Users/huya/Library/Python/2.7/lib/python/site-packages/pdftotext.so: mach-o, but wrong architecture
/Users/huya/Library/Python/2.7/lib/python/site-packages/pdftotext.so: mach-o, but wrong architecture

➜ file ~/Library/Python/2.7/lib/python/site-packages/pdftotext.so
~/Library/Python/2.7/lib/python/site-packages/pdftotext.so: Mach-O 64-bit bundle x86_64

I have try "arch -x86_64 python main.py" to run, but it still not works...

Can you list the steps you took to get here? For example, how did you install

  • python
  • the poppler libs
  • this module

If you aren't willing to follow up, please do not open issues.