How to resolve the poppler issue on Mac M1 chip?

129 Views Asked by At

Unable to import poppler in any environment (python):

>>> import poppler
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'poppler'

Commands ran before this:

  1. brew install cmake
  2. brew install poppler
  3. Restarted terminal after each step.

Facing a PoetryException while adding python-poppler as well.

Any help would be appreciated. Thanks in advance!

0

There are 0 best solutions below