我一直在尝试在Python 2.7.9中安装SNAP(http://snap.stanford.edu/snappy/index.html)。我按照snap网站上的说明进行安装,但无法导入快照包/模块。 我的系统配置是: Windows 7 - 64位 我收到DLL加载失败的错误%1不是有效的Win32应用程序。 抱歉,由于我是这个论坛的新手,因此我无法上传命令提示符截图,因为stackoverflow策略。 请帮我解决这个问题。我是Python的新手。 的问候,
答案 0 :(得分:0)
如果只有DLL错误,您可以从谷歌下载并安装丢失的dll文件并将其放入已安装的文件夹中。
答案 1 :(得分:0)
You are probably using python 32 bit version which does not work with snap as it quoted here : Snapy Download page
(Windows 32-bit packages or Python 32-bit will not work). Python 2.7.x can be downloaded from the Python Download page. Make sure that you are using 64-bit Python 2.7.x packages.
To solve the issue, try installing a 64 bit version from here: Link to download python 2.7 64bit