Unable to Import Poppler even after installing in conda

荒凉一梦 提交于 2020-05-17 06:46:24

问题


I am trying to use pdf rendering package Poppler and I found an Anaconda Installation for the same here

https://anaconda.org/conda-forge/poppler

I can see the Poppler package installed in my conda env when I do

conda <env> list

However when I try to import the package in my code by doing

import poppler

I get :

ModuleNotFoundError: No module named 'poppler'

How do I find if this is the right name of the module if its not the name shown in then conda env list.. I believe the package name is the module name with its own classes and methods.

Why is it saying No module?

来源:https://stackoverflow.com/questions/61488601/unable-to-import-poppler-even-after-installing-in-conda

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!