networkdynamics / zenlib

The Zero Effort Network Library for Python
http://zen.networkdynamics.org
Other
67 stars 25 forks source link

installation fails on windows #29

Closed Sandy4321 closed 6 years ago

Sandy4321 commented 6 years ago

error message

Microsoft Windows [Version 10.0.16299.371] (c) 2017 Microsoft Corporation. All rights reserved.

E:\social networks\code\py_netwroks_big_zenlib-master\zenlib-master\src>python setup.py install C:\Users\sndr\Anaconda3\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'setup_requires' warnings.warn(msg) C:\Users\sndr\Anaconda3\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py creating build creating build\lib.win-amd64-3.6 creating build\lib.win-amd64-3.6\zen copying zen\benchmark.py -> build\lib.win-amd64-3.6\zen copying zen\constants.py -> build\lib.win-amd64-3.6\zen copying zen\exceptions.py -> build\lib.win-amd64-3.6\zen copying zen\nx.py -> build\lib.win-amd64-3.6\zen copying zen\test.py -> build\lib.win-amd64-3.6\zen copying zen\view.py -> build\lib.win-amd64-3.6\zen copying zen__init.py -> build\lib.win-amd64-3.6\zen creating build\lib.win-amd64-3.6\zen\data copying zen\data__init.py -> build\lib.win-amd64-3.6\zen\data creating build\lib.win-amd64-3.6\zen\drawing copying zen\drawing\mpl.py -> build\lib.win-amd64-3.6\zen\drawing copying zen\drawing\ubigraph.py -> build\lib.win-amd64-3.6\zen\drawing copying zen\drawing__init.py -> build\lib.win-amd64-3.6\zen\drawing creating build\lib.win-amd64-3.6\zen\generating copying zen\generating\duplication.py -> build\lib.win-amd64-3.6\zen\generating copying zen\generating\local.py -> build\lib.win-amd64-3.6\zen\generating copying zen\generating__init.py -> build\lib.win-amd64-3.6\zen\generating creating build\lib.win-amd64-3.6\zen\io copying zen\io\bel.py -> build\lib.win-amd64-3.6\zen\io copying zen\io\gml.py -> build\lib.win-amd64-3.6\zen\io copying zen\io\gml_codec.py -> build\lib.win-amd64-3.6\zen\io copying zen\io\gml_interpreter.py -> build\lib.win-amd64-3.6\zen\io copying zen\io\gml_tokenizer.py -> build\lib.win-amd64-3.6\zen\io copying zen\io__init.py -> build\lib.win-amd64-3.6\zen\io creating build\lib.win-amd64-3.6\zen\layout copying zen\layout\init__.py -> build\lib.win-amd64-3.6\zen\layout creating build\lib.win-amd64-3.6\zen\tests copying zen\tests\bel.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\bellman_ford.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\bipartite.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\centrality.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\clustering.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\community.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\communityset.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\components.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\data.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\digraph.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\dijkstra.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\drawing.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\edgelist.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\fibheap.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\fiboheap.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\flow.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\floyd_warshall.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\generating_ba.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\generating_duplication.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\generating_er.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\generating_local.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\gml.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\gml_interpreter.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\gml_tokenizer.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\graph.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\hypergraph.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\layout.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\lpa.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\max_matching.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\memlist.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\modularity.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\nx.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\profiles.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\properties.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\randomize.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\rdot.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\reachability.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\scn.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\shortest_path.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\spanning.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\unweighted_sssp.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\init.py -> build\lib.win-amd64-3.6\zen\tests creating build\lib.win-amd64-3.6\zen\util copying zen\util\BeautifulSoup.py -> build\lib.win-amd64-3.6\zen\util copying zen\util\benchmark.py -> build\lib.win-amd64-3.6\zen\util copying zen\util\bitvector.py -> build\lib.win-amd64-3.6\zen\util copying zen\util\init__.py -> build\lib.win-amd64-3.6\zen\util creating build\lib.win-amd64-3.6\zen\algorithms creating build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\community\community_common.py -> build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\community\slpa.py -> build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\community\init__.py -> build\lib.win-amd64-3.6\zen\algorithms\community creating build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarks\edgelist.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarks\graph.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarks\shortest_path.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarks\spanning.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarks\init.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\algorithms\init__.py -> build\lib.win-amd64-3.6\zen\algorithms creating build\lib.win-amd64-3.6\zen\algorithms\flow copying zen\algorithms\flow\min_cut.py -> build\lib.win-amd64-3.6\zen\algorithms\flow copying zen\algorithms\flow\init.py -> build\lib.win-amd64-3.6\zen\algorithms\flow creating build\lib.win-amd64-3.6\zen\control copying zen\control\pplot.py -> build\lib.win-amd64-3.6\zen\control copying zen\control\profile.py -> build\lib.win-amd64-3.6\zen\control copying zen\control\reachability.py -> build\lib.win-amd64-3.6\zen\control copying zen\control\init__.py -> build\lib.win-amd64-3.6\zen\control copying zen\bipartite.pxd -> build\lib.win-amd64-3.6\zen copying zen\degree.pxd -> build\lib.win-amd64-3.6\zen copying zen\digraph.pxd -> build\lib.win-amd64-3.6\zen copying zen\graph.pxd -> build\lib.win-amd64-3.6\zen copying zen\hypergraph.pxd -> build\lib.win-amd64-3.6\zen copying zen\randomize.pxd -> build\lib.win-amd64-3.6\zen copying zen\data\florentine.scn -> build\lib.win-amd64-3.6\zen\data copying zen\data\karate.scn -> build\lib.win-amd64-3.6\zen\data copying zen\data\lesmis.gml -> build\lib.win-amd64-3.6\zen\data copying zen\io\edgelist.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\io\hedgelist.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\io\memlist.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\io\rdot.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\io\scn.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\layout\spring_layout.pxd -> build\lib.win-amd64-3.6\zen\layout copying zen\tests\test1.scn -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2.scn -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test3.scn -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\er_10_0.5.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test1.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2_w.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test3.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\utest1.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test1.helist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test1.rdot -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2.memlist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2_w.memlist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test1.gml -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2.gml -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test3.gml -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test4.gml -> build\lib.win-amd64-3.6\zen\tests copying zen\util\cfiboheap.pxd -> build\lib.win-amd64-3.6\zen\util copying zen\util\fibheap.pxd -> build\lib.win-amd64-3.6\zen\util copying zen\util\fiboheap.pxd -> build\lib.win-amd64-3.6\zen\util copying zen\util\queue.pxd -> build\lib.win-amd64-3.6\zen\util copying zen\algorithms\community\communityset.pxd -> build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\community\overlapping_communityset.pxd -> build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\centrality.pxd -> build\lib.win-amd64-3.6\zen\algorithms copying zen\algorithms\clustering.pxd -> build\lib.win-amd64-3.6\zen\algorithms copying zen\algorithms\properties.pxd -> build\lib.win-amd64-3.6\zen\algorithms copying zen\algorithms\shortest_path.pxd -> build\lib.win-amd64-3.6\zen\algorithms running build_ext cythoning zen/graph.pyx to zen\graph.c building 'zen.graph' extension creating build\temp.win-amd64-3.6 creating build\temp.win-amd64-3.6\Release creating build\temp.win-amd64-3.6\Release\zen C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\graph.c -o build\temp.win-amd64-3.6\Release\zen\graph.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\graph.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen\graph.c: In function '__Pyx_ImportType': zen\graph.c:49344:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\graph.c:49344:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\graph.c:49344:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\graph.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\graph.o build\temp.win-amd64-3.6\Release\zen\graph.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\graph.cp36-win_amd64.pyd cythoning zen/digraph.pyx to zen\digraph.c building 'zen.digraph' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\digraph.c -o build\temp.win-amd64-3.6\Release\zen\digraph.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\digraph.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen\digraph.c: In function '__Pyx_ImportType': zen\digraph.c:65715:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\digraph.c:65715:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\digraph.c:65715:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\digraph.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\digraph.o build\temp.win-amd64-3.6\Release\zen\digraph.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\digraph.cp36-win_amd64.pyd cythoning zen/bipartite.pyx to zen\bipartite.c building 'zen.bipartite' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\bipartite.c -o build\temp.win-amd64-3.6\Release\zen\bipartite.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\bipartite.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen\bipartite.c: In function '__Pyx_ImportType': zen\bipartite.c:17005:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\bipartite.c:17005:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\bipartite.c:17005:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\bipartite.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\bipartite.o build\temp.win-amd64-3.6\Release\zen\bipartite.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\bipartite.cp36-win_amd64.pyd cythoning zen/degree.pyx to zen\degree.c building 'zen.degree' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\degree.c -o build\temp.win-amd64-3.6\Release\zen\degree.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\degree.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen\degree.c: In function '__Pyx_ImportType': zen\degree.c:11278:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\degree.c:11278:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\degree.c:11278:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\degree.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\degree.o build\temp.win-amd64-3.6\Release\zen\degree.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\degree.cp36-win_amd64.pyd cythoning zen/hypergraph.pyx to zen\hypergraph.c building 'zen.hypergraph' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\hypergraph.c -o build\temp.win-amd64-3.6\Release\zen\hypergraph.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\hypergraph.c:526: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen\hypergraph.c: In function '__Pyx_ImportType': zen\hypergraph.c:29476:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\hypergraph.c:29476:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\hypergraph.c:29476:13: warning: too many arguments for format [-Wformat-extra-args] zen\hypergraph.c: In function 'pyx_f_3zen_10hypergraph_10HyperGraphneighbors': zen\hypergraph.c:343:40: warning: 'pyx_v_rid' may be used uninitialized in this function [-Wmaybe-uninitialized]

define PyInt_FromLong PyLong_FromLong

                                    ^

zen\hypergraph.c:15504:7: note: 'pyx_v_rid' was declared here int pyx_v_rid; ^ writing build\temp.win-amd64-3.6\Release\zen\hypergraph.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\hypergraph.o build\temp.win-amd64-3.6\Release\zen\hypergraph.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\hypergraph.cp36-win_amd64.pyd cythoning zen/util/fiboheap.pyx to zen/util\fiboheap.c warning: zen\util\fiboheap.pxd:3:50: Declarations should not be declared inline. warning: zen\util\fiboheap.pxd:4:32: Declarations should not be declared inline. warning: zen\util\fiboheap.pyx:3:0: 'python_ref' is deprecated, use 'cpython' building 'zen.util.fiboheap' extension creating build\temp.win-amd64-3.6\Release\zen\util C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/util\fiboheap.c -o build\temp.win-amd64-3.6\Release\zen\util\fiboheap.o zen/util\fiboheap.c: In function '__Pyx_ImportType': zen/util\fiboheap.c:6783:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/util\fiboheap.c:6783:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/util\fiboheap.c:6783:13: warning: too many arguments for format [-Wformat-extra-args] C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/util/fib.c -o build\temp.win-amd64-3.6\Release\zen\util\fib.o writing build\temp.win-amd64-3.6\Release\zen\util\fiboheap.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\util\fiboheap.o build\temp.win-amd64-3.6\Release\zen\util\fib.o build\temp.win-amd64-3.6\Release\zen\util\fiboheap.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\util\fiboheap.cp36-win_amd64.pyd cythoning zen/util/queue.pyx to zen/util\queue.c warning: zen\util\queue.pxd:21:25: Declarations should not be declared inline. warning: zen\util\queue.pxd:22:26: Declarations should not be declared inline. warning: zen\util\queue.pxd:23:25: Declarations should not be declared inline. warning: zen\util\queue.pxd:25:32: Declarations should not be declared inline. warning: zen\util\queue.pxd:26:42: Declarations should not be declared inline. warning: zen\util\queue.pxd:28:41: Declarations should not be declared inline. warning: zen\util\queue.pxd:31:23: Declarations should not be declared inline. warning: zen\util\queue.pxd:32:32: Declarations should not be declared inline. warning: zen\util\queue.pyx:4:8: 'stdlib' is deprecated, use 'libc.stdlib' building 'zen.util.queue' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/util\queue.c -o build\temp.win-amd64-3.6\Release\zen\util\queue.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/util\queue.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/util\queue.c: In function '__Pyx_ImportType': zen/util\queue.c:8008:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/util\queue.c:8008:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/util\queue.c:8008:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\util\queue.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\util\queue.o build\temp.win-amd64-3.6\Release\zen\util\queue.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\util\queue.cp36-win_amd64.pyd cythoning zen/io/edgelist.pyx to zen/io\edgelist.c building 'zen.io.edgelist' extension creating build\temp.win-amd64-3.6\Release\zen\io C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\edgelist.c -o build\temp.win-amd64-3.6\Release\zen\io\edgelist.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\edgelist.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/io\edgelist.c: In function 'Pyx_ImportType': zen/io\edgelist.c:11998:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\edgelist.c:11998:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\edgelist.c:11998:13: warning: too many arguments for format [-Wformat-extra-args] zen/io\edgelist.c: In function '__pyx_f_3zen_2io8edgelistinner_read': zen/io\edgelist.c:5265:21: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized] for (pyx_t_10 = (pyx_v_start1 + 1); pyx_t_10 < pyx_t_9; pyx_t_10+=1) { ^ zen/io\edgelist.c:6269:22: warning: 'pyx_v_w' may be used uninitialized in this function [-Wmaybe-uninitialized] pyx_t_14 = PyFloat_FromDouble(pyx_v_w); if (unlikely(!pyx_t_14)) __PYX_ERR(0, 234, pyx_L1_error) ^ zen/io\edgelist.c:5643:8: warning: 'pyx_v_end3' may be used uninitialized in this function [-Wmaybe-uninitialized] if (pyx_t_1) { ^ zen/io\edgelist.c:5643:8: warning: 'pyx_v_start3' may be used uninitialized in this function [-Wmaybe-uninitialized] writing build\temp.win-amd64-3.6\Release\zen\io\edgelist.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\edgelist.o build\temp.win-amd64-3.6\Release\zen\io\edgelist.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\edgelist.cp36-win_amd64.pyd cythoning zen/io/hedgelist.pyx to zen/io\hedgelist.c building 'zen.io.hedgelist' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\hedgelist.c -o build\temp.win-amd64-3.6\Release\zen\io\hedgelist.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\hedgelist.c:526: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/io\hedgelist.c: In function '__Pyx_ImportType': zen/io\hedgelist.c:8570:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\hedgelist.c:8570:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\hedgelist.c:8570:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\io\hedgelist.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\hedgelist.o build\temp.win-amd64-3.6\Release\zen\io\hedgelist.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\hedgelist.cp36-win_amd64.pyd cythoning zen/io/rdot.pyx to zen/io\rdot.c building 'zen.io.rdot' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\rdot.c -o build\temp.win-amd64-3.6\Release\zen\io\rdot.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\rdot.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/io\rdot.c: In function 'Pyx_ImportType': zen/io\rdot.c:10283:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\rdot.c:10283:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\rdot.c:10283:13: warning: too many arguments for format [-Wformat-extra-args] zen/io\rdot.c: In function '__pyx_f_3zen_2io4rdotinner_read': zen/io\rdot.c:3563:32: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized] pyx_t_2 = (((pyx_v_buffer[pyx_v_start1]) == '}') != 0); ^ zen/io\rdot.c:3193:7: note: 'pyx_v_i' was declared here int pyx_v_i; ^ zen/io\rdot.c:2932:47: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized] pyx_t_8 = (isspace(((int)(pyx_v_buffer[pyx_v_i]))) != 0); ^ writing build\temp.win-amd64-3.6\Release\zen\io\rdot.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\rdot.o build\temp.win-amd64-3.6\Release\zen\io\rdot.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\rdot.cp36-win_amd64.pyd cythoning zen/io/scn.pyx to zen/io\scn.c building 'zen.io.scn' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\scn.c -o build\temp.win-amd64-3.6\Release\zen\io\scn.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\scn.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/io\scn.c: In function 'Pyx_ImportType': zen/io\scn.c:17558:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\scn.c:17558:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\scn.c:17558:13: warning: too many arguments for format [-Wformat-extra-args] zen/io\scn.c: In function '__pyx_f_3zen_2io_3scn_parse_undirected_scn': zen/io\scn.c:578:41: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized]

define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize

                                     ^

zen/io\scn.c:10180:7: note: 'pyx_v_i' was declared here int pyx_v_i; ^ zen/io\scn.c: In function '__pyx_f_3zen_2io_3scn_parse_directed_scn': zen/io\scn.c:578:41: warning: '__pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized]

define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize

                                     ^

zen/io\scn.c:8736:7: note: 'pyx_v_i' was declared here int pyx_v_i; ^ writing build\temp.win-amd64-3.6\Release\zen\io\scn.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\scn.o build\temp.win-amd64-3.6\Release\zen\io\scn.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\scn.cp36-win_amd64.pyd cythoning zen/io/memlist.pyx to zen/io\memlist.c building 'zen.io.memlist' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\memlist.c -o build\temp.win-amd64-3.6\Release\zen\io\memlist.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\memlist.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/io\memlist.c: In function 'Pyx_ImportType': zen/io\memlist.c:10891:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\memlist.c:10891:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\memlist.c:10891:13: warning: too many arguments for format [-Wformat-extra-args] zen/io\memlist.c: In function '__pyx_f_3zen_2io7memlistinner_read': zen/io\memlist.c:4482:21: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized] for (pyx_t_12 = (pyx_v_start1 + 1); pyx_t_12 < pyx_t_9; pyx_t_12+=1) { ^ zen/io\memlist.c:5080:27: warning: 'pyx_v_w' may be used uninitialized in this function [-Wmaybe-uninitialized] pyx_t_16.weight = __pyx_v_w; ^ writing build\temp.win-amd64-3.6\Release\zen\io\memlist.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\memlist.o build\temp.win-amd64-3.6\Release\zen\io\memlist.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\memlist.cp36-win_amd64.pyd cythoning zen/algorithms/clustering.pyx to zen/algorithms\clustering.c building 'zen.algorithms.clustering' extension creating build\temp.win-amd64-3.6\Release\zen\algorithms C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/algorithms\clustering.c -o build\temp.win-amd64-3.6\Release\zen\algorithms\clustering.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/algorithms\clustering.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/algorithms\clustering.c: In function '__Pyx_ImportType': zen/algorithms\clustering.c:11727:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/algorithms\clustering.c:11727:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/algorithms\clustering.c:11727:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\algorithms\clustering.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\algorithms\clustering.o build\temp.win-amd64-3.6\Release\zen\algorithms\clustering.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\algorithms\clustering.cp36-win_amd64.pyd cythoning zen/algorithms/components.pyx to zen/algorithms\components.c building 'zen.algorithms.components' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/algorithms\components.c -o build\temp.win-amd64-3.6\Release\zen\algorithms\components.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/algorithms\components.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/algorithms\components.c: In function '__Pyx_ImportType': zen/algorithms\components.c:8925:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/algorithms\components.c:8925:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/algorithms\components.c:8925:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\algorithms\components.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\algorithms\components.o build\temp.win-amd64-3.6\Release\zen\algorithms\components.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\algorithms\components.cp36-win_amd64.pyd cythoning zen/randomize.pyx to zen\randomize.c building 'zen.randomize' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\randomize.c -o build\temp.win-amd64-3.6\Release\zen\randomize.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\randomize.c:526: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen\randomize.c: In function '__Pyx_ImportType': zen\randomize.c:15678:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\randomize.c:15678:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\randomize.c:15678:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\randomize.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\randomize.o build\temp.win-amd64-3.6\Release\zen\randomize.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\randomize.cp36-win_amd64.pyd cythoning zen/algorithms/centrality.pyx to zen/algorithms\centrality.c building 'zen.algorithms.centrality' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/algorithms\centrality.c -o build\temp.win-amd64-3.6\Release\zen\algorithms\centrality.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/algorithms\centrality.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/algorithms\centrality.c: In function '__Pyx_ImportType': zen/algorithms\centrality.c:17442:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/algorithms\centrality.c:17442:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/algorithms\centrality.c:17442:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\algorithms\centrality.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\algorithms\centrality.o build\temp.win-amd64-3.6\Release\zen\algorithms\centrality.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\algorithms\centrality.cp36-win_amd64.pyd cythoning zen/layout/spring_layout.pyx to zen/layout\spring_layout.c warning: zen\layout\spring_layout.pyx:42:1: Unreachable code building 'zen.layout.spring_layout' extension creating build\temp.win-amd64-3.6\Release\zen\layout C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/layout\spring_layout.c -o build\temp.win-amd64-3.6\Release\zen\layout\spring_layout.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/layout\spring_layout.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/layout\spring_layout.c: In function '__Pyx_ImportType': zen/layout\spring_layout.c:8617:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/layout\spring_layout.c:8617:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/layout\spring_layout.c:8617:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\layout\spring_layout.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\layout\spring_layout.o build\temp.win-amd64-3.6\Release\zen\layout\spring_layout.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\layout\spring_layout.cp36-win_amd64.pyd cythoning zen/layout/random_layout.pyx to zen/layout\random_layout.c building 'zen.layout.random_layout' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/layout\random_layout.c -o build\temp.win-amd64-3.6\Release\zen\layout\random_layout.o writing build\temp.win-amd64-3.6\Release\zen\layout\random_layout.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\layout\random_layout.o build\temp.win-amd64-3.6\Release\zen\layout\random_layout.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\layout\random_layout.cp36-win_amd64.pyd cythoning zen/layout/forceatlas_layout.pyx to zen/layout\forceatlas_layout.c building 'zen.layout.forceatlas_layout' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/layout\forceatlas_layout.c -o build\temp.win-amd64-3.6\Release\zen\layout\forceatlas_layout.o writing build\temp.win-amd64-3.6\Release\zen\layout\forceatlas_layout.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\layout\forceatlas_layout.o build\temp.win-amd64-3.6\Release\zen\layout\forceatlas_layout.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\layout\forceatlas_layout.cp36-win_amd64.pyd cythoning zen/layout/fruchtermanreingold_layout.pyx to zen/layout\fruchtermanreingold_layout.c building 'zen.layout.fruchtermanreingold_layout' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/layout\fruchtermanreingold_layout.c -o build\temp.win-amd64-3.6\Release\zen\layout\fruchtermanreingold_layout.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/layout\fruchtermanreingold_layout.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(_WARN_LOC"Using deprecated NumPy API, disable it by " \

     ^

zen/layout\fruchtermanreingold_layout.c: In function '__Pyx_ImportType': zen/layout\fruchtermanreingold_layout.c:11963:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/layout\fruchtermanreingold_layout.c:11963:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/layout\fruchtermanreingold_layout.c:11963:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\layout\fruchtermanreingold_layout.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\layout\fruchtermanreingold_layout.o build\temp.win-amd64-3.6\Release\zen\layout\fruchtermanreingold_layout.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\layout\fruchtermanreingold_layout.cp36-win_amd64.pyd cythoning zen/algorithms/shortest_path.pyx to zen/algorithms\shortest_path.c warning: zen\util\fiboheap.pxd:3:50: Declarations should not be declared inline. warning: zen\util\fiboheap.pxd:4:32: Declarations should not be declared inline.

Error compiling Cython file:

... return distance, predecessor else: return distance

def dijkstra_cmp(x,y): return cmp(x.cost,y.cost) ^

zen\algorithms\shortest_path.pyx:680:8: undeclared name not builtin: cmp building 'zen.algorithms.shortest_path' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -Izen\util -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/algorithms\shortest_path.c -o build\temp.win-amd64-3.6\Release\zen\algorithms\shortest_path.o zen/algorithms\shortest_path.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.

error Do not use this file, it is the result of a failed Cython compilation.

^ error: command 'C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe' failed with exit status 1

E:\social networks\code\py_netwroks_big_zenlib-master\zenlib-master\src>

druths commented 6 years ago

I've had reports that it compiles on Windows - but it's not officially supported on windows. If you're looking to do this, I'd suggest using the bash subsystem (which is actually unix).

------ Original Message ------ From: "Sandy4321" notifications@github.com To: "networkdynamics/zenlib" zenlib@noreply.github.com Cc: "Subscribed" subscribed@noreply.github.com Sent: 2018-05-16 3:45:41 PM Subject: [networkdynamics/zenlib] installation fails on windows (#29)

error message

Microsoft Windows [Version 10.0.16299.371] (c) 2017 Microsoft Corporation. All rights reserved.

E:\social networks\code\py_netwroks_big_zenlib-master\zenlib-master\src>python setup.py install C:\Users\sndr\Anaconda3\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'setup_requires' warnings.warn(msg) C:\Users\sndr\Anaconda3\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py creating build creating build\lib.win-amd64-3.6 creating build\lib.win-amd64-3.6\zen copying zen\benchmark.py -> build\lib.win-amd64-3.6\zen copying zen\constants.py -> build\lib.win-amd64-3.6\zen copying zen\exceptions.py -> build\lib.win-amd64-3.6\zen copying zen\nx.py -> build\lib.win-amd64-3.6\zen copying zen\test.py -> build\lib.win-amd64-3.6\zen copying zen\view.py -> build\lib.win-amd64-3.6\zen copying zeninit.py -> build\lib.win-amd64-3.6\zen creating build\lib.win-amd64-3.6\zen\data copying zen\datainit.py -> build\lib.win-amd64-3.6\zen\data creating build\lib.win-amd64-3.6\zen\drawing copying zen\drawing\mpl.py -> build\lib.win-amd64-3.6\zen\drawing copying zen\drawing\ubigraph.py -> build\lib.win-amd64-3.6\zen\drawing copying zen\drawinginit.py -> build\lib.win-amd64-3.6\zen\drawing creating build\lib.win-amd64-3.6\zen\generating copying zen\generating\duplication.py -> build\lib.win-amd64-3.6\zen\generating copying zen\generating\local.py -> build\lib.win-amd64-3.6\zen\generating copying zen\generatinginit.py -> build\lib.win-amd64-3.6\zen\generating creating build\lib.win-amd64-3.6\zen\io copying zen\io\bel.py -> build\lib.win-amd64-3.6\zen\io copying zen\io\gml.py -> build\lib.win-amd64-3.6\zen\io copying zen\io\gml_codec.py -> build\lib.win-amd64-3.6\zen\io copying zen\io\gml_interpreter.py -> build\lib.win-amd64-3.6\zen\io copying zen\io\gml_tokenizer.py -> build\lib.win-amd64-3.6\zen\io copying zen\ioinit.py -> build\lib.win-amd64-3.6\zen\io creating build\lib.win-amd64-3.6\zen\layout copying zen\layoutinit.py -> build\lib.win-amd64-3.6\zen\layout creating build\lib.win-amd64-3.6\zen\tests copying zen\tests\bel.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\bellman_ford.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\bipartite.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\centrality.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\clustering.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\community.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\communityset.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\components.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\data.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\digraph.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\dijkstra.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\drawing.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\edgelist.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\fibheap.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\fiboheap.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\flow.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\floyd_warshall.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\generating_ba.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\generating_duplication.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\generating_er.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\generating_local.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\gml.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\gml_interpreter.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\gml_tokenizer.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\graph.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\hypergraph.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\layout.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\lpa.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\max_matching.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\memlist.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\modularity.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\nx.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\profiles.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\properties.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\randomize.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\rdot.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\reachability.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\scn.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\shortest_path.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\spanning.py -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\unweighted_sssp.py -> build\lib.win-amd64-3.6\zen\tests copying zen\testsinit.py -> build\lib.win-amd64-3.6\zen\tests creating build\lib.win-amd64-3.6\zen\util copying zen\util\BeautifulSoup.py -> build\lib.win-amd64-3.6\zen\util copying zen\util\benchmark.py -> build\lib.win-amd64-3.6\zen\util copying zen\util\bitvector.py -> build\lib.win-amd64-3.6\zen\util copying zen\utilinit.py -> build\lib.win-amd64-3.6\zen\util creating build\lib.win-amd64-3.6\zen\algorithms creating build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\community\community_common.py -> build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\community\slpa.py -> build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\communityinit.py -> build\lib.win-amd64-3.6\zen\algorithms\community creating build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarks\edgelist.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarks\graph.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarks\shortest_path.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarks\spanning.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\benchmarksinit.py -> build\lib.win-amd64-3.6\zen\benchmarks copying zen\algorithmsinit.py -> build\lib.win-amd64-3.6\zen\algorithms creating build\lib.win-amd64-3.6\zen\algorithms\flow copying zen\algorithms\flow\min_cut.py -> build\lib.win-amd64-3.6\zen\algorithms\flow copying zen\algorithms\flowinit.py -> build\lib.win-amd64-3.6\zen\algorithms\flow creating build\lib.win-amd64-3.6\zen\control copying zen\control\pplot.py -> build\lib.win-amd64-3.6\zen\control copying zen\control\profile.py -> build\lib.win-amd64-3.6\zen\control copying zen\control\reachability.py -> build\lib.win-amd64-3.6\zen\control copying zen\controlinit.py -> build\lib.win-amd64-3.6\zen\control copying zen\bipartite.pxd -> build\lib.win-amd64-3.6\zen copying zen\degree.pxd -> build\lib.win-amd64-3.6\zen copying zen\digraph.pxd -> build\lib.win-amd64-3.6\zen copying zen\graph.pxd -> build\lib.win-amd64-3.6\zen copying zen\hypergraph.pxd -> build\lib.win-amd64-3.6\zen copying zen\randomize.pxd -> build\lib.win-amd64-3.6\zen copying zen\data\florentine.scn -> build\lib.win-amd64-3.6\zen\data copying zen\data\karate.scn -> build\lib.win-amd64-3.6\zen\data copying zen\data\lesmis.gml -> build\lib.win-amd64-3.6\zen\data copying zen\io\edgelist.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\io\hedgelist.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\io\memlist.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\io\rdot.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\io\scn.pxd -> build\lib.win-amd64-3.6\zen\io copying zen\layout\spring_layout.pxd -> build\lib.win-amd64-3.6\zen\layout copying zen\tests\test1.scn -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2.scn -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test3.scn -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\er_10_0.5.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test1.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2_w.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test3.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\utest1.elist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test1.helist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test1.rdot -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2.memlist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2_w.memlist -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test1.gml -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test2.gml -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test3.gml -> build\lib.win-amd64-3.6\zen\tests copying zen\tests\test4.gml -> build\lib.win-amd64-3.6\zen\tests copying zen\util\cfiboheap.pxd -> build\lib.win-amd64-3.6\zen\util copying zen\util\fibheap.pxd -> build\lib.win-amd64-3.6\zen\util copying zen\util\fiboheap.pxd -> build\lib.win-amd64-3.6\zen\util copying zen\util\queue.pxd -> build\lib.win-amd64-3.6\zen\util copying zen\algorithms\community\communityset.pxd -> build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\community\overlapping_communityset.pxd -> build\lib.win-amd64-3.6\zen\algorithms\community copying zen\algorithms\centrality.pxd -> build\lib.win-amd64-3.6\zen\algorithms copying zen\algorithms\clustering.pxd -> build\lib.win-amd64-3.6\zen\algorithms copying zen\algorithms\properties.pxd -> build\lib.win-amd64-3.6\zen\algorithms copying zen\algorithms\shortest_path.pxd -> build\lib.win-amd64-3.6\zen\algorithms running build_ext cythoning zen/graph.pyx to zen\graph.c building 'zen.graph' extension creating build\temp.win-amd64-3.6 creating build\temp.win-amd64-3.6\Release creating build\temp.win-amd64-3.6\Release\zen C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\graph.c -o build\temp.win-amd64-3.6\Release\zen\graph.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\graph.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN__LOC"Using deprecated NumPy API, disable it by "

^ zen\graph.c: In function '_Pyx_ImportType': zen\graph.c:49344:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\graph.c:49344:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\graph.c:49344:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\graph.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\graph.o build\temp.win-amd64-3.6\Release\zen\graph.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\graph.cp36-win_amd64.pyd cythoning zen/digraph.pyx to zen\digraph.c building 'zen.digraph' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\digraph.c -o build\temp.win-amd64-3.6\Release\zen\digraph.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\digraph.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen\digraph.c: In function '_Pyx_ImportType': zen\digraph.c:65715:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\digraph.c:65715:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\digraph.c:65715:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\digraph.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\digraph.o build\temp.win-amd64-3.6\Release\zen\digraph.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\digraph.cp36-win_amd64.pyd cythoning zen/bipartite.pyx to zen\bipartite.c building 'zen.bipartite' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\bipartite.c -o build\temp.win-amd64-3.6\Release\zen\bipartite.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\bipartite.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen\bipartite.c: In function '_Pyx_ImportType': zen\bipartite.c:17005:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\bipartite.c:17005:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\bipartite.c:17005:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\bipartite.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\bipartite.o build\temp.win-amd64-3.6\Release\zen\bipartite.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\bipartite.cp36-win_amd64.pyd cythoning zen/degree.pyx to zen\degree.c building 'zen.degree' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\degree.c -o build\temp.win-amd64-3.6\Release\zen\degree.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\degree.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen\degree.c: In function '_Pyx_ImportType': zen\degree.c:11278:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\degree.c:11278:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\degree.c:11278:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\degree.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\degree.o build\temp.win-amd64-3.6\Release\zen\degree.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\degree.cp36-win_amd64.pyd cythoning zen/hypergraph.pyx to zen\hypergraph.c building 'zen.hypergraph' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\hypergraph.c -o build\temp.win-amd64-3.6\Release\zen\hypergraph.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\hypergraph.c:526: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen\hypergraph.c: In function '__Pyx_ImportType': zen\hypergraph.c:29476:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\hypergraph.c:29476:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\hypergraph.c:29476:13: warning: too many arguments for format [-Wformat-extra-args] zen\hypergraph.c: In function '_pyx_f_3zen_10hypergraph_10HyperGraph_neighbors': zen\hypergraph.c:343:40: warning: '__pyx_v_rid' may be used uninitialized in this function [-Wmaybe-uninitialized]

define PyInt_FromLong PyLong_FromLong

^ zen\hypergraph.c:15504:7: note: 'pyx_v_rid' was declared here int pyx_v_rid; ^ writing build\temp.win-amd64-3.6\Release\zen\hypergraph.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\hypergraph.o build\temp.win-amd64-3.6\Release\zen\hypergraph.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\hypergraph.cp36-win_amd64.pyd cythoning zen/util/fiboheap.pyx to zen/util\fiboheap.c warning: zen\util\fiboheap.pxd:3:50: Declarations should not be declared inline. warning: zen\util\fiboheap.pxd:4:32: Declarations should not be declared inline. warning: zen\util\fiboheap.pyx:3:0: 'python_ref' is deprecated, use 'cpython' building 'zen.util.fiboheap' extension creating build\temp.win-amd64-3.6\Release\zen\util C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/util\fiboheap.c -o build\temp.win-amd64-3.6\Release\zen\util\fiboheap.o zen/util\fiboheap.c: In function '_Pyx_ImportType': zen/util\fiboheap.c:6783:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/util\fiboheap.c:6783:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/util\fiboheap.c:6783:13: warning: too many arguments for format [-Wformat-extra-args] C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/util/fib.c -o build\temp.win-amd64-3.6\Release\zen\util\fib.o writing build\temp.win-amd64-3.6\Release\zen\util\fiboheap.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\util\fiboheap.o build\temp.win-amd64-3.6\Release\zen\util\fib.o build\temp.win-amd64-3.6\Release\zen\util\fiboheap.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\util\fiboheap.cp36-win_amd64.pyd cythoning zen/util/queue.pyx to zen/util\queue.c warning: zen\util\queue.pxd:21:25: Declarations should not be declared inline. warning: zen\util\queue.pxd:22:26: Declarations should not be declared inline. warning: zen\util\queue.pxd:23:25: Declarations should not be declared inline. warning: zen\util\queue.pxd:25:32: Declarations should not be declared inline. warning: zen\util\queue.pxd:26:42: Declarations should not be declared inline. warning: zen\util\queue.pxd:28:41: Declarations should not be declared inline. warning: zen\util\queue.pxd:31:23: Declarations should not be declared inline. warning: zen\util\queue.pxd:32:32: Declarations should not be declared inline. warning: zen\util\queue.pyx:4:8: 'stdlib' is deprecated, use 'libc.stdlib' building 'zen.util.queue' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/util\queue.c -o build\temp.win-amd64-3.6\Release\zen\util\queue.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/util\queue.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/util\queue.c: In function '_Pyx_ImportType': zen/util\queue.c:8008:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/util\queue.c:8008:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/util\queue.c:8008:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\util\queue.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\util\queue.o build\temp.win-amd64-3.6\Release\zen\util\queue.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\util\queue.cp36-win_amd64.pyd cythoning zen/io/edgelist.pyx to zen/io\edgelist.c building 'zen.io.edgelist' extension creating build\temp.win-amd64-3.6\Release\zen\io C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\edgelist.c -o build\temp.win-amd64-3.6\Release\zen\io\edgelist.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\edgelist.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/io\edgelist.c: In function 'Pyx_ImportType': zen/io\edgelist.c:11998:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\edgelist.c:11998:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\edgelist.c:11998:13: warning: too many arguments for format [-Wformat-extra-args] zen/io\edgelist.c: In function '__pyx_f_3zen_2io8edgelistinner_read': zen/io\edgelist.c:5265:21: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized] for (pyx_t_10 = (pyx_v_start1 + 1); pyx_t_10 < pyx_t_9; pyx_t_10+=1) { ^ zen/io\edgelist.c:6269:22: warning: 'pyx_v_w' may be used uninitialized in this function [-Wmaybe-uninitialized] pyx_t_14 = PyFloat_FromDouble(pyx_v_w); if (unlikely(!pyx_t_14)) __PYX_ERR(0, 234, pyx_L1_error) ^ zen/io\edgelist.c:5643:8: warning: 'pyx_v_end3' may be used uninitialized in this function [-Wmaybe-uninitialized] if (__pyx_t_1) { ^ zen/io\edgelist.c:5643:8: warning: '_pyx_v_start3' may be used uninitialized in this function [-Wmaybe-uninitialized] writing build\temp.win-amd64-3.6\Release\zen\io\edgelist.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\edgelist.o build\temp.win-amd64-3.6\Release\zen\io\edgelist.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\edgelist.cp36-win_amd64.pyd cythoning zen/io/hedgelist.pyx to zen/io\hedgelist.c building 'zen.io.hedgelist' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\hedgelist.c -o build\temp.win-amd64-3.6\Release\zen\io\hedgelist.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\hedgelist.c:526: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/io\hedgelist.c: In function '_Pyx_ImportType': zen/io\hedgelist.c:8570:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\hedgelist.c:8570:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\hedgelist.c:8570:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\io\hedgelist.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\hedgelist.o build\temp.win-amd64-3.6\Release\zen\io\hedgelist.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\hedgelist.cp36-win_amd64.pyd cythoning zen/io/rdot.pyx to zen/io\rdot.c building 'zen.io.rdot' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\rdot.c -o build\temp.win-amd64-3.6\Release\zen\io\rdot.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\rdot.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/io\rdot.c: In function 'Pyx_ImportType': zen/io\rdot.c:10283:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\rdot.c:10283:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\rdot.c:10283:13: warning: too many arguments for format [-Wformat-extra-args] zen/io\rdot.c: In function '__pyx_f_3zen_2io4rdotinner_read': zen/io\rdot.c:3563:32: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized] pyx_t_2 = (((pyx_v_buffer[pyx_v_start1]) == '}') != 0); ^ zen/io\rdot.c:3193:7: note: 'pyx_v_i' was declared here int pyx_v_i; ^ zen/io\rdot.c:2932:47: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized] pyx_t_8 = (isspace(((int)(__pyx_v_buffer[_pyx_v_i]))) != 0); ^ writing build\temp.win-amd64-3.6\Release\zen\io\rdot.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\rdot.o build\temp.win-amd64-3.6\Release\zen\io\rdot.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\rdot.cp36-win_amd64.pyd cythoning zen/io/scn.pyx to zen/io\scn.c building 'zen.io.scn' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\scn.c -o build\temp.win-amd64-3.6\Release\zen\io\scn.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\scn.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/io\scn.c: In function 'Pyx_ImportType': zen/io\scn.c:17558:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\scn.c:17558:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\scn.c:17558:13: warning: too many arguments for format [-Wformat-extra-args] zen/io\scn.c: In function '__pyx_f_3zen_2io_3scn_parse_undirected_scn': zen/io\scn.c:578:41: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized]

define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize

^ zen/io\scn.c:10180:7: note: 'pyx_v_i' was declared here int pyx_v_i; ^ zen/io\scn.c: In function '__pyx_f_3zen_2io_3scn_parse_directed_scn': zen/io\scn.c:578:41: warning: '__pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized]

define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize

^ zen/io\scn.c:8736:7: note: '__pyx_v_i' was declared here int _pyx_v_i; ^ writing build\temp.win-amd64-3.6\Release\zen\io\scn.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\scn.o build\temp.win-amd64-3.6\Release\zen\io\scn.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\scn.cp36-win_amd64.pyd cythoning zen/io/memlist.pyx to zen/io\memlist.c building 'zen.io.memlist' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/io\memlist.c -o build\temp.win-amd64-3.6\Release\zen\io\memlist.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/io\memlist.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/io\memlist.c: In function 'Pyx_ImportType': zen/io\memlist.c:10891:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/io\memlist.c:10891:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/io\memlist.c:10891:13: warning: too many arguments for format [-Wformat-extra-args] zen/io\memlist.c: In function '__pyx_f_3zen_2io7memlistinner_read': zen/io\memlist.c:4482:21: warning: 'pyx_v_i' may be used uninitialized in this function [-Wmaybe-uninitialized] for (pyx_t_12 = (pyx_v_start1 + 1); pyx_t_12 < pyx_t_9; pyx_t_12+=1) { ^ zen/io\memlist.c:5080:27: warning: 'pyx_v_w' may be used uninitialized in this function [-Wmaybe-uninitialized] pyx_t_16.weight = _pyx_v_w; ^ writing build\temp.win-amd64-3.6\Release\zen\io\memlist.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\io\memlist.o build\temp.win-amd64-3.6\Release\zen\io\memlist.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\io\memlist.cp36-win_amd64.pyd cythoning zen/algorithms/clustering.pyx to zen/algorithms\clustering.c building 'zen.algorithms.clustering' extension creating build\temp.win-amd64-3.6\Release\zen\algorithms C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/algorithms\clustering.c -o build\temp.win-amd64-3.6\Release\zen\algorithms\clustering.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/algorithms\clustering.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/algorithms\clustering.c: In function '_Pyx_ImportType': zen/algorithms\clustering.c:11727:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/algorithms\clustering.c:11727:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/algorithms\clustering.c:11727:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\algorithms\clustering.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\algorithms\clustering.o build\temp.win-amd64-3.6\Release\zen\algorithms\clustering.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\algorithms\clustering.cp36-win_amd64.pyd cythoning zen/algorithms/components.pyx to zen/algorithms\components.c building 'zen.algorithms.components' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/algorithms\components.c -o build\temp.win-amd64-3.6\Release\zen\algorithms\components.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/algorithms\components.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/algorithms\components.c: In function '_Pyx_ImportType': zen/algorithms\components.c:8925:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/algorithms\components.c:8925:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/algorithms\components.c:8925:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\algorithms\components.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\algorithms\components.o build\temp.win-amd64-3.6\Release\zen\algorithms\components.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\algorithms\components.cp36-win_amd64.pyd cythoning zen/randomize.pyx to zen\randomize.c building 'zen.randomize' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen\randomize.c -o build\temp.win-amd64-3.6\Release\zen\randomize.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen\randomize.c:526: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen\randomize.c: In function '_Pyx_ImportType': zen\randomize.c:15678:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen\randomize.c:15678:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen\randomize.c:15678:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\randomize.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\randomize.o build\temp.win-amd64-3.6\Release\zen\randomize.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\randomize.cp36-win_amd64.pyd cythoning zen/algorithms/centrality.pyx to zen/algorithms\centrality.c building 'zen.algorithms.centrality' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/algorithms\centrality.c -o build\temp.win-amd64-3.6\Release\zen\algorithms\centrality.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/algorithms\centrality.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/algorithms\centrality.c: In function '_Pyx_ImportType': zen/algorithms\centrality.c:17442:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/algorithms\centrality.c:17442:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/algorithms\centrality.c:17442:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\algorithms\centrality.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\algorithms\centrality.o build\temp.win-amd64-3.6\Release\zen\algorithms\centrality.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\algorithms\centrality.cp36-win_amd64.pyd cythoning zen/layout/spring_layout.pyx to zen/layout\spring_layout.c warning: zen\layout\spring_layout.pyx:42:1: Unreachable code building 'zen.layout.spring_layout' extension creating build\temp.win-amd64-3.6\Release\zen\layout C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/layout\spring_layout.c -o build\temp.win-amd64-3.6\Release\zen\layout\spring_layout.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/layout\spring_layout.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/layout\spring_layout.c: In function '_Pyx_ImportType': zen/layout\spring_layout.c:8617:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/layout\spring_layout.c:8617:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/layout\spring_layout.c:8617:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\layout\spring_layout.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\layout\spring_layout.o build\temp.win-amd64-3.6\Release\zen\layout\spring_layout.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\layout\spring_layout.cp36-win_amd64.pyd cythoning zen/layout/random_layout.pyx to zen/layout\random_layout.c building 'zen.layout.random_layout' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/layout\random_layout.c -o build\temp.win-amd64-3.6\Release\zen\layout\random_layout.o writing build\temp.win-amd64-3.6\Release\zen\layout\random_layout.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\layout\random_layout.o build\temp.win-amd64-3.6\Release\zen\layout\random_layout.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\layout\random_layout.cp36-win_amd64.pyd cythoning zen/layout/forceatlas_layout.pyx to zen/layout\forceatlas_layout.c building 'zen.layout.forceatlas_layout' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/layout\forceatlas_layout.c -o build\temp.win-amd64-3.6\Release\zen\layout\forceatlas_layout.o writing build\temp.win-amd64-3.6\Release\zen\layout\forceatlas_layout.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\layout\forceatlas_layout.o build\temp.win-amd64-3.6\Release\zen\layout\forceatlas_layout.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\layout\forceatlas_layout.cp36-win_amd64.pyd cythoning zen/layout/fruchtermanreingold_layout.pyx to zen/layout\fruchtermanreingold_layout.c building 'zen.layout.fruchtermanreingold_layout' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/layout\fruchtermanreingold_layout.c -o build\temp.win-amd64-3.6\Release\zen\layout\fruchtermanreingold_layout.o In file included from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1816:0, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18, from C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from zen/layout\fruchtermanreingold_layout.c:525: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:12:9: note: #pragma message: C:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

pragma message(WARN___LOC"Using deprecated NumPy API, disable it by "

^ zen/layout\fruchtermanreingold_layout.c: In function '__Pyx_ImportType': zen/layout\fruchtermanreingold_layout.c:11963:13: warning: unknown conversion type character 'z' in format [-Wformat=] "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd", ^ zen/layout\fruchtermanreingold_layout.c:11963:13: warning: unknown conversion type character 'z' in format [-Wformat=] zen/layout\fruchtermanreingold_layout.c:11963:13: warning: too many arguments for format [-Wformat-extra-args] writing build\temp.win-amd64-3.6\Release\zen\layout\fruchtermanreingold_layout.cp36-win_amd64.def C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -shared -s build\temp.win-amd64-3.6\Release\zen\layout\fruchtermanreingold_layout.o build\temp.win-amd64-3.6\Release\zen\layout\fruchtermanreingold_layout.cp36-win_amd64.def -LC:\Users\sndr\Anaconda3\libs -LC:\Users\sndr\Anaconda3\PCbuild\amd64 -lpython36 -lmsvcr140 -o build\lib.win-amd64-3.6\zen\layout\fruchtermanreingold_layout.cp36-win_amd64.pyd cythoning zen/algorithms/shortest_path.pyx to zen/algorithms\shortest_path.c warning: zen\util\fiboheap.pxd:3:50: Declarations should not be declared inline. warning: zen\util\fiboheap.pxd:4:32: Declarations should not be declared inline.

Error compiling Cython file: ... return distance, predecessor else: return distance

def dijkstra_cmp(x,y): return cmp(x.cost,y.cost) ^ zen\algorithms\shortest_path.pyx:680:8: undeclared name not builtin: cmp building 'zen.algorithms.shortest_path' extension C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\sndr\Anaconda3\lib\site-packages\numpy\core\include -Izen\util -IC:\Users\sndr\Anaconda3\include -IC:\Users\sndr\Anaconda3\include -c zen/algorithms\shortest_path.c -o build\temp.win-amd64-3.6\Release\zen\algorithms\shortest_path.o zen/algorithms\shortest_path.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.

error Do not use this file, it is the result of a failed Cython

compilation. ^ error: command 'C:\Users\sndr\Anaconda3\Library\mingw-w64\bin\gcc.exe' failed with exit status 1

E:\social networks\code\py_netwroks_big_zenlib-master\zenlib-master\src>

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/networkdynamics/zenlib/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfl_TkjKJnsCfN3MiDySO0CftzZ7yRGks5tzIHlgaJpZM4UB7HP.