简体   繁体   English

导入理解(来自sciTools)给出ImportError:DLL加载失败:%1不是有效的Win32应用程序

[英]import understand (from sciTools) gives ImportError: DLL load failed: %1 is not a valid Win32 application

I'm trying to use the Understand api for Python. 我正在尝试使用Python的了解API。

import understand

I've already checked 我已经检查过了

and

but they don't apply to my situation, as I already have the PYTHONPATH environment variable pointing to the correct location of understand.pyd, and also the url for unufficial python APIs does not contain the Understand api for python. 但它们不适用于我的情况,因为我已经有了PYTHONPATH环境变量,该变量指向谅解.pyd的正确位置,而且非公开python API的url不包含python的Understand api。

Any suggestion is much appreciated. 任何建议深表感谢。

安装32位版本的Python和SciTools了解,可以解决此问题。

您已经为32位Python安装了64位软件包。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 PyBluez 导入错误:DLL 加载失败:%1 不是有效的 Win32 应用程序 - PyBluez ImportError: DLL load failed: %1 is not a valid Win32 application ImportError:DLL加载失败:%1不是有效的Win32应用程序-paramiko - ImportError: DLL load failed: %1 is not a valid Win32 application - paramiko ImportError:DLL加载失败:%1不是有效的Win32应用程序 - ImportError: DLL load failed: %1 is not a valid Win32 application ImportError:DLL加载失败:不是有效的Win32应用程序 - ImportError: DLL load failed: not a valid Win32 application 'matplotlib'ImportError:DLL加载失败:%1不是有效的Win32应用程序 - 'matplotlib' ImportError: DLL load failed: %1 is not a valid Win32 application Tensorflow 导入错误:DLL 加载失败:%1 不是有效的 Win32 应用程序 - Tensorflow ImportError: DLL load failed: %1 is not a valid Win32 application 导入错误:DLL 加载失败:%1 不是有效的 Win32 应用程序 - ImportError: DLL load failed: %1 is not a valid Win32 application 导入cv2 ImportError:DLL加载失败:%1不是有效的Win32应用程序 - import cv2 ImportError: DLL load failed: %1 is not a valid Win32 application ImportError:DLL加载失败:%1不是有效的Win32应用程序(原始筛网导入) - ImportError: DLL load failed: %1 is not a valid Win32 application (prime sieve import) Gensim 导入错误“导入错误:DLL 加载失败:%1 不是有效的 Win32 应用程序。” - Gensim Import Error "ImportError: DLL load failed: %1 is not a valid Win32 application."
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM