3

我目前面临一个奇怪的问题,我无法guppy使用以下命令将包成功安装到我的项目中:

pip install guppy

控制台结束于:

clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python3/3.6.0/框架/Python.framework/Versions/3.6/include/python3.6m -c src/sets/sets.c -o build/temp.macosx-10.12-x86_64-3.6/src/sets/sets.o src/sets/sets .c:77:1: 错误:函数声明符 INITFUNC (void) ^ src/sets/sets.c:39:18 后的预期函数体:注意:从宏“INITFUNC”扩展#define INITFUNC initsetsc ^ 1 生成错误。错误:命令“clang”失败,退出状态为 1

命令“/Users/unifiedloaner/.virtualenvs/communique/bin/python3.6 -u -c”导入setuptools,tokenize;file ='/private/var/folders/kb/ynmw5jys2_ddb7_1qy8x6l7r0000gr/T/pip-install-r90baffb/guppy/setup.py';f=getattr(tokenize, 'open', open)( file );code=f.read ().replace('\r\n', '\n');f.close();exec(compile(code, file , 'exec'))" install --record /private/var/folders/kb /ynmw5jys2_ddb7_1qy8x6l7r0000gr/T/pip-record-mbb2utye/install-record.txt --single-version-externally-managed --compile --install-headers /Users/unifiedloaner/.virtualenvs/communique/bin/../include/ site/python3.6/guppy" 失败,错误代码 1 在 /private/var/folders/kb/ynmw5jys2_ddb7_1qy8x6l7r0000gr/T/pip-install-r90baffb/guppy/

我在我的 virtualenv 中使用 pip 10.0.0 和 Python 3.6communique

4

0 回答 0