导入错误:导入 pdftotext 时 DLL 加载失败:找不到指定的模块

问题描述

我安装了 pdftotext 模块为

  1. conda install -c conda-forge poppler

  2. pip install pdftotext(我也试过 pip install pdftotext==2.1.5),但是当我尝试导入它时仍然会触发错误,尽管安装成功:

    import pdftotext

错误:

ImportError: DLL load failed while importing pdftotext: The specified module could not be found.

IDK还能做什么;因此,您的帮助将不胜感激:)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)