import understand (from sciTools) gives ImportError: DLL load failed: %1 is not a valid Win32 application
import understand (from sciTools) gives ImportError: DLL load failed: %1 is not a valid Win32 application
我正在尝试使用 Understand api for Python。
import understand
我已经检查过了
- ImportError: DLL load failed: %1 is not a valid Win32 application
和
- ImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL's are there
但它们不适用于我的情况,因为我已经有 PYTHONPATH 环境变量指向 understand.pyd 的正确位置,还有 url 用于非官方 python API 不包含 Understand api for python.
非常感谢任何建议。
正在安装 32 位版本的 Python 和 SciTools 了解,解决了问题。
您已经为 32 位 Python 安装了 64 位包。
我正在尝试使用 Understand api for Python。
import understand
我已经检查过了
- ImportError: DLL load failed: %1 is not a valid Win32 application
和
- ImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL's are there
但它们不适用于我的情况,因为我已经有 PYTHONPATH 环境变量指向 understand.pyd 的正确位置,还有 url 用于非官方 python API 不包含 Understand api for python.
非常感谢任何建议。
正在安装 32 位版本的 Python 和 SciTools 了解,解决了问题。
您已经为 32 位 Python 安装了 64 位包。