_hashlib模块不可用-PyPy3

时间:2019-07-12 11:03:52

标签: python

我已经下载并解压缩了pypy3(pypy3.6-v7.1.1-linux64)。我从文件夹内运行解释器

$ ./pypy3.6-v7.1.1-linux64/bin/pypy3

但是,当我运行代码(将要并行运行)时,会收到以下警告消息:

/mnt/irisgpfs/users/yomar/pypy3.6-v7.1.1-linux64/lib-python/3/hashlib.py:172: RuntimeWarning: The _hashlib module is not available, falling back to a much slower implementation (libssl.so.1.0.0: cannot open shared object file: No such file or directory)
  RuntimeWarning)

此问题使我的代码慢得多,并且使使用pypy的全部目的无法实现。有人可以提出解决方案吗?

其他一些信息。我正在HPC群集上运行此程序,在该群集上加载了包含Python 3.6.4的模块,然后启动pypy。

0 个答案:

没有答案