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:
brew install cmake
brew install poppler
- Restarted terminal after each step.
Facing a PoetryException
while adding python-poppler
as well.
Any help would be appreciated. Thanks in advance!