0

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!

ria monga
  • 1
  • 3
  • It seems unlikely that adding `cmake` and `poppler` as command-line tools would install anything Python can use. I suspect you'd need a `pip/pip3` command to install some package from https://pypi.org/ – Mark Setchell Mar 31 '23 at 07:45
  • `pip` does not work as well – ria monga Mar 31 '23 at 09:25

0 Answers0