Skip to content

install failure #2

@pingkui

Description

@pingkui

/.envs/py3/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with "
"#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it with "
^
src/murmur2.cc:19:19: error: use of undeclared identifier 'Py_InitModule3'
PyObject *m = Py_InitModule3("murmur2", module_methods, module_docstring);
^
src/murmur2.cc:21:9: error: non-void function 'initmurmur2' should return a value [-Wreturn-type]
return;
^
1 warning and 2 errors generated.
error: Command "gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/Users/zhengpingkui/.envs/py3/lib/python3.6/site-packages/numpy/core/include -Iinclude/ -I/Users/zhengpingkui/.envs/py3/include -I/Library/Frameworks/Python.framework/Versions/3.6/include/python3.6m -c src/murmur2.cc -o build/temp.macosx-10.9-x86_64-3.6/src/murmur2.o" failed with exit status 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions