Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经尝试了一段时间了。在我终于从这里安装了 Skein for python 之后。我不断收到以下错误:
from _skein import skein256、skein512、skein1024、threefish 导入错误:DLL 加载失败:%1 不是有效的 Win32 应用程序。
再次尝试使用 32 位版本的 Python 会导致此错误:
DLL 加载失败:找不到指定的模块。
我现在不确定该怎么做。有任何想法吗?
你有安装64位版本的python吗?试试32位。