【发布时间】:2018-04-04 17:10:44
【问题描述】:
我在 Windows 上的 Python 3.5 中安装 leveldb 包时费了一番功夫。
https://github.com/happynear/py-leveldb-windows 提供了一些关于如何安装软件包的线索。但是,即使按照帖子中的所有说明进行操作,在 Ipython 提示符中导入包 leveldb 时仍然出现以下错误:
import leveldb
Traceback (most recent call last):
File "<ipython-input-16-4427bf69c6fb>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
有人知道如何解决这个问题吗?
【问题讨论】:
-
请详细说明,提供您所做的,以便其他人可以提供其他解决方案。
标签: windows python-3.x dll package leveldb