gpt4 book ai didi

python - 无法在 osx 中安装 bigfloat,命令 'clang' 失败,退出状态为 1

转载 作者:太空宇宙 更新时间:2023-11-04 00:34:21 27 4
gpt4 key购买 nike

我正在尝试在 OSX Sierra 中安装 bigfloat:

pip install bigfloat

但是我收到这个错误:

    mpfr.c:343:10: fatal error: 'gmp.h' file not found
#include "gmp.h"
^
1 error generated.
error: command 'clang' failed with exit status 1

----------------------------------------
Command "/usr/local/opt/python/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/hd/96gvrtvn66dcnbntwn9v3skh0000gp/T/pip-build-adS6t_/bigfloat/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/hd/96gvrtvn66dcnbntwn9v3skh0000gp/T/pip-fwI1xE-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/hd/96gvrtvn66dcnbntwn9v3skh0000gp/T/pip-build-adS6t_/bigfloat/

我已经安装了 Xcode 并运行了:

xcode-select --install

我该如何解决这个问题?

最佳答案

看起来您缺少 GMP,如果您使用 brew,请确保使用 brew install gmp mpfr 安装 GMP 和 MPFR,它们都是先决条件。

关于python - 无法在 osx 中安装 bigfloat,命令 'clang' 失败,退出状态为 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44741902/

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