导入“ fpylll”模块时,未定义符号:_ZN5fplll7RandGen9gmp_stateE

问题描述

我正在尝试从github运行导入fpylll模块的现有代码。运行该文件时,遇到了undefined symbol: undefined symbol: _ZN5fplll7RandGen9gmp_stateE错误。我以前没有使用过python。因此,我无法收到此错误。有人可以帮我摆脱它吗?

  File "./attacker.py",line 18,in <module>
    from fpylll import IntegerMatrix,GSO,BKZ,LLL
  File "/home/xyz/.local/lib/python2.7/site-packages/fpylll/__init__.py",line 3,in <module>
    from .fplll.integer_matrix import IntegerMatrix
ImportError: /home/xyz/.local/lib/python2.7/site-packages/fpylll/fplll/integer_matrix.so: undefined symbol: _ZN5fplll7RandGen9gmp_stateE```

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)