使用pip在Cygwin上安装bcrypt时出错:无法找到ffi.h(已安装libffi)

时间:2014-10-12 12:41:05

标签: python cygwin pip bcrypt libffi

与此question类似,我在Cygwin下安装bcrypt时遇到问题,并收到此错误:

Downloading/unpacking bcrypt
  Downloading bcrypt-1.0.2.tar.gz (40kB): 40kB downloaded
  Running setup.py (path:/tmp/pip_build_Chris/bcrypt/setup.py) egg_info for package bcrypt
    c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory
     #include <ffi.h>
                     ^
    compilation terminated.
...
    distutils.errors.DistutilsError: Setup script exited with error: command 'gcc' failed with exit status 1
    Complete output from command python setup.py egg_info:
    c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory

 #include <ffi.h>
                 ^

compilation terminated.

安装了libffi-devel软件包,我还尝试使用--global-option='-I/lib/libffi-3.0.13/include'参数告诉pip我的系统上ffi.h文件的确切位置。

2 个答案:

答案 0 :(得分:0)

我能够在Cygwin下从源代码构建/安装此实现:https://bitbucket.org/alexandrul/py-bcrypt/overview

答案 1 :(得分:0)

我遇到了同样的问题。

通过以下方式解决了问题:

cp /usr/lib/libffi-3.0.13/include/*.h /usr/include