在Mac,Python 2.7.5上安装gsutil时发生致命错误

时间:2019-04-10 17:24:17

标签: python macos compiler-errors pip gsutil

我需要使用pip为项目安装gsutil。我正在尝试使用Python 2.7.5在虚拟环境中安装它。为此,我运行命令:

pip install gsutil

在某个时候我得到了错误:

c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory

#include <ffi.h>

             ^

compilation terminated.

error: command 'gcc' failed with exit status 1

我不知道如何解决这个问题。

我已经看过互联网,有人说要跑:

sudo yum install python-dev

但是,据我所知,上面的命令是由开发人员使用的,并且我不是开发人员。

0 个答案:

没有答案