与此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
文件的确切位置。
答案 0 :(得分:0)
我能够在Cygwin下从源代码构建/安装此实现:https://bitbucket.org/alexandrul/py-bcrypt/overview
答案 1 :(得分:0)
我遇到了同样的问题。
通过以下方式解决了问题:
cp /usr/lib/libffi-3.0.13/include/*.h /usr/include