gpt4 book ai didi

Python 无法定位 gmpy 库

转载 作者:行者123 更新时间:2023-12-05 03:14:33 24 4
gpt4 key购买 nike

我想使用导入 gmpy 的 python 脚本。然而,python 总是告诉我:

ImportError: 没有名为“gmpy”的模块

我在 Ubuntu 14.04 i686 上,我尝试通过各种方式安装 gmpy:

  1. sudo pip install gmpy
  2. sudo pip install gmpy2
  3. sudo apt-get install python-gmpy*
  4. sudo apt-get install python2.7-gmpy*
  5. sudo apt-get install python3-gmpy*
  6. 我还遵循了关于从源代码构建 gmpy 的官方说明(出于这个原因,我还从源代码编译了 MPC、MPFR 和 GMP)。

显然我使用的是 python 3.4.0:

$ python
$ Python 3.4.0 (default, Apr 11 2014, 13:05:18)
[GCC 4.8.2] on linux

我错过了什么以至于 python 无法找到 gmpy 库?

最佳答案

以下任一解决方案都解决了问题:

sudo pip3 install gmpy(因为我使用的是 python3,所以执行了错误的 pip)

$ python2.7 script.py(或者干脆使用python2解释器)

关于Python 无法定位 gmpy 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24016629/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com