win10上安装cynetworkx

直接使用pip install cynetworkx 安装会报错

Looking in indexes: http://pypi.douban.com/simple
Collecting cynetworkx[all]
  Downloading http://pypi.doubanio.com/packages/71/2f/7c6f374a15de65b97bca520a15b06c2a1ae4753c5a9f7b3d6a759ab5af81/cynetworkx-2.2rc1.dev20180527181709.tar.gz (14.8 MB)
     |████████████████████████████████| 14.8 MB 1.3 MB/s
Requirement already satisfied: decorator>=4.1.0 in d:\programdata\anaconda3\lib\site-packages (from cynetworkx[all]) (4.3.0)
Requirement already satisfied: numpy in d:\programdata\anaconda3\lib\site-packages (from cynetworkx[all]) (1.19.3)
Requirement already satisfied: scipy in d:\programdata\anaconda3\lib\site-packages (from cynetworkx[all]) (1.5.4)
Requirement already satisfied: pandas in d:\programdata\anaconda3\lib\site-packages (from cynetworkx[all]) (0.23.4)
Requirement already satisfied: matplotlib in d:\programdata\anaconda3\lib\site-packages (from cynetworkx[all]) (2.2.3)
Collecting pygraphviz
  Downloading http://pypi.doubanio.com/packages/3a/d6/2c56f09ee83dbebb62c40487e4c972135661b9984fec9b30b77fb497090c/pygraphviz-1.7.zip (118 kB)
     |████████████████████████████████| 118 kB 939 kB/s
Collecting pydot
  Downloading http://pypi.doubanio.com/packages/ea/76/75b1bb82e9bad3e3d656556eaa353d8cd17c4254393b08ec9786ac8ed273/pydot-1.4.2-py2.py3-none-any.whl (21 kB)
Requirement already satisfied: pyyaml in d:\programdata\anaconda3\lib\site-packages (from cynetworkx[all]) (5.4.1)
Collecting gdal
  Downloading http://pypi.doubanio.com/packages/41/06/40df091730955e0c6384d76ea71edc6ce37d6efa747ede4125ded93ffc80/GDAL-3.2.2.tar.gz (601 kB)
     |████████████████████████████████| 601 kB 939 kB/s
Requirement already satisfied: lxml in d:\programdata\anaconda3\lib\site-packages (from cynetworkx[all]) (4.2.5)
Requirement already satisfied: nose in d:\programdata\anaconda3\lib\site-packages (from cynetworkx[all]) (1.3.7)
Requirement already satisfied: cycler>=0.10 in d:\programdata\anaconda3\lib\site-packages (from matplotlib->cynetworkx[all]) (0.10.0)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in d:\programdata\anaconda3\lib\site-packages (from matplotlib->cynetworkx[all]) (2.2.0)
Requirement already satisfied: python-dateutil>=2.1 in d:\programdata\anaconda3\lib\site-packages (from matplotlib->cynetworkx[all]) (2.7.3)
Requirement already satisfied: pytz in d:\programdata\anaconda3\lib\site-packages (from matplotlib->cynetworkx[all]) (2018.5)
Requirement already satisfied: six>=1.10 in d:\programdata\anaconda3\lib\site-packages (from matplotlib->cynetworkx[all]) (1.15.0)
Requirement already satisfied: kiwisolver>=1.0.1 in d:\programdata\anaconda3\lib\site-packages (from matplotlib->cynetworkx[all]) (1.0.1)
Requirement already satisfied: setuptools in d:\programdata\anaconda3\lib\site-packages (from kiwisolver>=1.0.1->matplotlib->cynetworkx[all]) (54.1.1)
Building wheels for collected packages: cynetworkx, gdal, pygraphviz
  Building wheel for cynetworkx (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'd:\programdata\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\cynetworkx_b6c83b39c91944cd86f02a841459d644\\setup.py'"'"'; __file__='"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\cynetworkx_b6c83b39c91944cd86f02a841459d644\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\ADMINI~1\AppData\Local\Temp\pip-wheel-jo8zub31'
       cwd: C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-m9koq_rp\cynetworkx_b6c83b39c91944cd86f02a841459d644\
  Complete output (552 lines):
  d:\programdata\anaconda3\lib\site-packages\setuptools\dist.py:637: UserWarning: Usage of dash-separated 'detailed-errors' will not be supported in future versions. Please use the underscore name 'detailed_errors' instead
    % (opt, underscore_opt))
  d:\programdata\anaconda3\lib\site-packages\setuptools\dist.py:637: UserWarning: Usage of dash-separated 'with-doctest' will not be supported in future versions. Please use the underscore name 'with_doctest' instead
    % (opt, underscore_opt))
  d:\programdata\anaconda3\lib\site-packages\setuptools\dist.py:461: UserWarning: Normalizing '2.2rc1.dev_20180527181709' to '2.2rc1.dev20180527181709'
    warnings.warn(tmpl.format(**locals()))
  running bdist_wheel
  The [wheel] section is deprecated. Use [bdist_wheel] instead.
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.7
  creating build\lib.win-amd64-3.7\cynetworkx
  copying cynetworkx\convert.py -> build\lib.win-amd64-3.7\cynetworkx
  copying cynetworkx\convert_matrix.py -> build\lib.win-amd64-3.7\cynetworkx
  copying cynetworkx\exception.py -> build\lib.win-amd64-3.7\cynetworkx
  copying cynetworkx\relabel.py -> build\lib.win-amd64-3.7\cynetworkx
  copying cynetworkx\release.py -> build\lib.win-amd64-3.7\cynetworkx
  copying cynetworkx\version.py -> build\lib.win-amd64-3.7\cynetworkx
  copying cynetworkx\__init__.py -> build\lib.win-amd64-3.7\cynetworkx
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\boundary.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\bridges.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\chains.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\chordal.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\clique.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\cluster.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\communicability_alg.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\core.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\covering.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\cuts.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\cycles.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\dag.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\distance_measures.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\distance_regular.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\dominance.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\dominating.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\efficiency.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\euler.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\graphical.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\hierarchy.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\hybrid.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\isolate.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\link_prediction.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\lowest_common_ancestors.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\matching.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\minors.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\mis.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\reciprocity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\richclub.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\similarity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\simple_paths.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\smetric.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\structuralholes.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\swap.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\threshold.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\tournament.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\triads.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\vitality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\voronoi.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\wiener.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  copying cynetworkx\algorithms\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity
  copying cynetworkx\algorithms\assortativity\connectivity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity
  copying cynetworkx\algorithms\assortativity\correlation.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity
  copying cynetworkx\algorithms\assortativity\mixing.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity
  copying cynetworkx\algorithms\assortativity\neighbor_degree.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity
  copying cynetworkx\algorithms\assortativity\pairs.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity
  copying cynetworkx\algorithms\assortativity\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\basic.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\cluster.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\covering.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\edgelist.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\generators.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\matching.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\matrix.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\projection.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\redundancy.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\spectral.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  copying cynetworkx\algorithms\bipartite\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\node_classification
  copying cynetworkx\algorithms\node_classification\hmn.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\node_classification
  copying cynetworkx\algorithms\node_classification\lgc.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\node_classification
  copying cynetworkx\algorithms\node_classification\utils.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\node_classification
  copying cynetworkx\algorithms\node_classification\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\node_classification
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\betweenness.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\betweenness_subset.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\closeness.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\current_flow_betweenness.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\current_flow_betweenness_subset.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\current_flow_closeness.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\degree_alg.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\dispersion.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\eigenvector.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\flow_matrix.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\harmonic.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\katz.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\load.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\reaching.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\subgraph_alg.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  copying cynetworkx\algorithms\centrality\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\asyn_fluidc.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\community_generators.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\community_utils.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\kclique.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\kernighan_lin.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\label_propagation.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\modularity_max.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\quality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  copying cynetworkx\algorithms\community\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\components
  copying cynetworkx\algorithms\components\attracting.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components
  copying cynetworkx\algorithms\components\biconnected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components
  copying cynetworkx\algorithms\components\connected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components
  copying cynetworkx\algorithms\components\semiconnected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components
  copying cynetworkx\algorithms\components\strongly_connected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components
  copying cynetworkx\algorithms\components\weakly_connected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components
  copying cynetworkx\algorithms\components\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\connectivity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\cuts.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\disjoint_paths.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\edge_augmentation.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\edge_kcomponents.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\kcomponents.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\kcutsets.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\stoerwagner.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\utils.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  copying cynetworkx\algorithms\connectivity\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\coloring
  copying cynetworkx\algorithms\coloring\greedy_coloring.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\coloring
  copying cynetworkx\algorithms\coloring\greedy_coloring_with_interchange.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\coloring
  copying cynetworkx\algorithms\coloring\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\coloring
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\boykovkolmogorov.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\capacityscaling.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\dinitz_alg.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\edmondskarp.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\gomory_hu.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\maxflow.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\mincost.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\networksimplex.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\preflowpush.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\shortestaugmentingpath.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\utils.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  copying cynetworkx\algorithms\flow\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal
  copying cynetworkx\algorithms\traversal\beamsearch.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal
  copying cynetworkx\algorithms\traversal\breadth_first_search.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal
  copying cynetworkx\algorithms\traversal\depth_first_search.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal
  copying cynetworkx\algorithms\traversal\edgedfs.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal
  copying cynetworkx\algorithms\traversal\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism
  copying cynetworkx\algorithms\isomorphism\isomorph.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism
  copying cynetworkx\algorithms\isomorphism\isomorphvf2.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism
  copying cynetworkx\algorithms\isomorphism\matchhelpers.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism
  copying cynetworkx\algorithms\isomorphism\temporalisomorphvf2.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism
  copying cynetworkx\algorithms\isomorphism\vf2userfunc.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism
  copying cynetworkx\algorithms\isomorphism\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths
  copying cynetworkx\algorithms\shortest_paths\astar.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths
  copying cynetworkx\algorithms\shortest_paths\dense.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths
  copying cynetworkx\algorithms\shortest_paths\generic.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths
  copying cynetworkx\algorithms\shortest_paths\unweighted.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths
  copying cynetworkx\algorithms\shortest_paths\weighted.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths
  copying cynetworkx\algorithms\shortest_paths\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\link_analysis
  copying cynetworkx\algorithms\link_analysis\hits_alg.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\link_analysis
  copying cynetworkx\algorithms\link_analysis\pagerank_alg.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\link_analysis
  copying cynetworkx\algorithms\link_analysis\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\link_analysis
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\operators
  copying cynetworkx\algorithms\operators\all.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\operators
  copying cynetworkx\algorithms\operators\binary.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\operators
  copying cynetworkx\algorithms\operators\product.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\operators
  copying cynetworkx\algorithms\operators\unary.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\operators
  copying cynetworkx\algorithms\operators\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\operators
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\clique.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\clustering_coefficient.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\connectivity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\dominating_set.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\independent_set.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\kcomponents.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\matching.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\ramsey.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\steinertree.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\vertex_cover.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  copying cynetworkx\algorithms\approximation\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\tree
  copying cynetworkx\algorithms\tree\branchings.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree
  copying cynetworkx\algorithms\tree\coding.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree
  copying cynetworkx\algorithms\tree\mst.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree
  copying cynetworkx\algorithms\tree\operations.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree
  copying cynetworkx\algorithms\tree\recognition.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree
  copying cynetworkx\algorithms\tree\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree
  creating build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\coreviews.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\digraph.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\filters.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\function.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\graph.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\graphviews.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\multidigraph.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\multigraph.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\ordered.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\reportviews.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  copying cynetworkx\classes\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\classes
  creating build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\atlas.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\classic.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\community.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\degree_seq.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\directed.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\duplication.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\ego.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\expanders.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\geometric.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\intersection.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\joint_degree_seq.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\lattice.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\line.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\mycielski.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\nonisomorphic_trees.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\random_clustered.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\random_graphs.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\small.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\social.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\stochastic.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\trees.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\triads.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  copying cynetworkx\generators\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\generators
  creating build\lib.win-amd64-3.7\cynetworkx\drawing
  copying cynetworkx\drawing\layout.py -> build\lib.win-amd64-3.7\cynetworkx\drawing
  copying cynetworkx\drawing\nx_agraph.py -> build\lib.win-amd64-3.7\cynetworkx\drawing
  copying cynetworkx\drawing\nx_pydot.py -> build\lib.win-amd64-3.7\cynetworkx\drawing
  copying cynetworkx\drawing\nx_pylab.py -> build\lib.win-amd64-3.7\cynetworkx\drawing
  copying cynetworkx\drawing\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\drawing
  creating build\lib.win-amd64-3.7\cynetworkx\linalg
  copying cynetworkx\linalg\algebraicconnectivity.py -> build\lib.win-amd64-3.7\cynetworkx\linalg
  copying cynetworkx\linalg\attrmatrix.py -> build\lib.win-amd64-3.7\cynetworkx\linalg
  copying cynetworkx\linalg\graphmatrix.py -> build\lib.win-amd64-3.7\cynetworkx\linalg
  copying cynetworkx\linalg\laplacianmatrix.py -> build\lib.win-amd64-3.7\cynetworkx\linalg
  copying cynetworkx\linalg\modularitymatrix.py -> build\lib.win-amd64-3.7\cynetworkx\linalg
  copying cynetworkx\linalg\spectrum.py -> build\lib.win-amd64-3.7\cynetworkx\linalg
  copying cynetworkx\linalg\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\linalg
  creating build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\adjlist.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\edgelist.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\gexf.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\gml.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\gpickle.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\graph6.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\graphml.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\leda.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\multiline_adjlist.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\nx_shp.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\nx_yaml.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\p2g.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\pajek.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\sparse6.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  copying cynetworkx\readwrite\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite
  creating build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph
  copying cynetworkx\readwrite\json_graph\adjacency.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph
  copying cynetworkx\readwrite\json_graph\cytoscape.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph
  copying cynetworkx\readwrite\json_graph\jit.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph
  copying cynetworkx\readwrite\json_graph\node_link.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph
  copying cynetworkx\readwrite\json_graph\tree.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph
  copying cynetworkx\readwrite\json_graph\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph
  creating build\lib.win-amd64-3.7\cynetworkx\tests
  copying cynetworkx\tests\test.py -> build\lib.win-amd64-3.7\cynetworkx\tests
  copying cynetworkx\tests\test_convert.py -> build\lib.win-amd64-3.7\cynetworkx\tests
  copying cynetworkx\tests\test_convert_numpy.py -> build\lib.win-amd64-3.7\cynetworkx\tests
  copying cynetworkx\tests\test_convert_pandas.py -> build\lib.win-amd64-3.7\cynetworkx\tests
  copying cynetworkx\tests\test_convert_scipy.py -> build\lib.win-amd64-3.7\cynetworkx\tests
  copying cynetworkx\tests\test_exceptions.py -> build\lib.win-amd64-3.7\cynetworkx\tests
  copying cynetworkx\tests\test_relabel.py -> build\lib.win-amd64-3.7\cynetworkx\tests
  copying cynetworkx\tests\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\tests
  creating build\lib.win-amd64-3.7\cynetworkx\testing
  copying cynetworkx\testing\utils.py -> build\lib.win-amd64-3.7\cynetworkx\testing
  copying cynetworkx\testing\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\testing
  creating build\lib.win-amd64-3.7\cynetworkx\utils
  copying cynetworkx\utils\contextmanagers.py -> build\lib.win-amd64-3.7\cynetworkx\utils
  copying cynetworkx\utils\decorators.py -> build\lib.win-amd64-3.7\cynetworkx\utils
  copying cynetworkx\utils\heaps.py -> build\lib.win-amd64-3.7\cynetworkx\utils
  copying cynetworkx\utils\mapped_queue.py -> build\lib.win-amd64-3.7\cynetworkx\utils
  copying cynetworkx\utils\misc.py -> build\lib.win-amd64-3.7\cynetworkx\utils
  copying cynetworkx\utils\random_sequence.py -> build\lib.win-amd64-3.7\cynetworkx\utils
  copying cynetworkx\utils\rcm.py -> build\lib.win-amd64-3.7\cynetworkx\utils
  copying cynetworkx\utils\union_find.py -> build\lib.win-amd64-3.7\cynetworkx\utils
  copying cynetworkx\utils\__init__.py -> build\lib.win-amd64-3.7\cynetworkx\utils
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_boundary.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_bridges.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_chains.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_chordal.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_clique.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_cluster.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_communicability.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_core.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_covering.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_cuts.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_cycles.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_dag.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_distance_measures.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_distance_regular.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_dominance.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_dominating.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_efficiency.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_euler.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_graphical.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_hierarchy.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_hybrid.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_isolate.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_link_prediction.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_lowest_common_ancestors.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_matching.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_minors.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_mis.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_reciprocity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_richclub.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_similarity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_simple_paths.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_smetric.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_structuralholes.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_swap.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_threshold.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_tournament.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_triads.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_vitality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_voronoi.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  copying cynetworkx\algorithms\tests\test_wiener.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity\tests
  copying cynetworkx\algorithms\assortativity\tests\base_test.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity\tests
  copying cynetworkx\algorithms\assortativity\tests\test_connectivity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity\tests
  copying cynetworkx\algorithms\assortativity\tests\test_correlation.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity\tests
  copying cynetworkx\algorithms\assortativity\tests\test_mixing.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity\tests
  copying cynetworkx\algorithms\assortativity\tests\test_neighbor_degree.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity\tests
  copying cynetworkx\algorithms\assortativity\tests\test_pairs.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\assortativity\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_basic.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_cluster.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_covering.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_edgelist.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_generators.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_matching.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_matrix.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_project.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_redundancy.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  copying cynetworkx\algorithms\bipartite\tests\test_spectral_bipartivity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\bipartite\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\node_classification\tests
  copying cynetworkx\algorithms\node_classification\tests\test_harmonic_function.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\node_classification\tests
  copying cynetworkx\algorithms\node_classification\tests\test_local_and_global_consistency.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\node_classification\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_betweenness_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_betweenness_centrality_subset.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_closeness_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_current_flow_betweenness_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_current_flow_betweenness_centrality_subset.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_current_flow_closeness.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_degree_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_dispersion.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_eigenvector_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_harmonic_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_katz_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_load_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_reaching.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  copying cynetworkx\algorithms\centrality\tests\test_subgraph.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\centrality\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  copying cynetworkx\algorithms\community\tests\test_asyn_fluidc.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  copying cynetworkx\algorithms\community\tests\test_centrality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  copying cynetworkx\algorithms\community\tests\test_generators.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  copying cynetworkx\algorithms\community\tests\test_kclique.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  copying cynetworkx\algorithms\community\tests\test_kernighan_lin.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  copying cynetworkx\algorithms\community\tests\test_label_propagation.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  copying cynetworkx\algorithms\community\tests\test_modularity_max.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  copying cynetworkx\algorithms\community\tests\test_quality.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  copying cynetworkx\algorithms\community\tests\test_utils.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\community\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\components\tests
  copying cynetworkx\algorithms\components\tests\test_attracting.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components\tests
  copying cynetworkx\algorithms\components\tests\test_biconnected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components\tests
  copying cynetworkx\algorithms\components\tests\test_connected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components\tests
  copying cynetworkx\algorithms\components\tests\test_semiconnected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components\tests
  copying cynetworkx\algorithms\components\tests\test_strongly_connected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components\tests
  copying cynetworkx\algorithms\components\tests\test_subgraph_copies.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components\tests
  copying cynetworkx\algorithms\components\tests\test_weakly_connected.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\components\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity\tests
  copying cynetworkx\algorithms\connectivity\tests\test_connectivity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity\tests
  copying cynetworkx\algorithms\connectivity\tests\test_cuts.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity\tests
  copying cynetworkx\algorithms\connectivity\tests\test_disjoint_paths.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity\tests
  copying cynetworkx\algorithms\connectivity\tests\test_edge_augmentation.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity\tests
  copying cynetworkx\algorithms\connectivity\tests\test_edge_kcomponents.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity\tests
  copying cynetworkx\algorithms\connectivity\tests\test_kcomponents.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity\tests
  copying cynetworkx\algorithms\connectivity\tests\test_kcutsets.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity\tests
  copying cynetworkx\algorithms\connectivity\tests\test_stoer_wagner.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\connectivity\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\coloring\tests
  copying cynetworkx\algorithms\coloring\tests\test_coloring.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\coloring\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\flow\tests
  copying cynetworkx\algorithms\flow\tests\test_gomory_hu.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow\tests
  copying cynetworkx\algorithms\flow\tests\test_maxflow.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow\tests
  copying cynetworkx\algorithms\flow\tests\test_maxflow_large_graph.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow\tests
  copying cynetworkx\algorithms\flow\tests\test_mincost.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow\tests
  copying cynetworkx\algorithms\flow\tests\gl1.gpickle.bz2 -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow\tests
  copying cynetworkx\algorithms\flow\tests\gw1.gpickle.bz2 -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow\tests
  copying cynetworkx\algorithms\flow\tests\netgen-2.gpickle.bz2 -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow\tests
  copying cynetworkx\algorithms\flow\tests\wlm3.gpickle.bz2 -> build\lib.win-amd64-3.7\cynetworkx\algorithms\flow\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal\tests
  copying cynetworkx\algorithms\traversal\tests\test_beamsearch.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal\tests
  copying cynetworkx\algorithms\traversal\tests\test_bfs.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal\tests
  copying cynetworkx\algorithms\traversal\tests\test_dfs.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal\tests
  copying cynetworkx\algorithms\traversal\tests\test_edgedfs.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\traversal\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  copying cynetworkx\algorithms\isomorphism\tests\test_isomorphism.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  copying cynetworkx\algorithms\isomorphism\tests\test_isomorphvf2.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  copying cynetworkx\algorithms\isomorphism\tests\test_match_helpers.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  copying cynetworkx\algorithms\isomorphism\tests\test_temporalisomorphvf2.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  copying cynetworkx\algorithms\isomorphism\tests\test_vf2userfunc.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  copying cynetworkx\algorithms\isomorphism\tests\iso_r01_s80.A99 -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  copying cynetworkx\algorithms\isomorphism\tests\iso_r01_s80.B99 -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  copying cynetworkx\algorithms\isomorphism\tests\si2_b06_m200.A99 -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  copying cynetworkx\algorithms\isomorphism\tests\si2_b06_m200.B99 -> build\lib.win-amd64-3.7\cynetworkx\algorithms\isomorphism\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths\tests
  copying cynetworkx\algorithms\shortest_paths\tests\test_astar.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths\tests
  copying cynetworkx\algorithms\shortest_paths\tests\test_dense.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths\tests
  copying cynetworkx\algorithms\shortest_paths\tests\test_dense_numpy.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths\tests
  copying cynetworkx\algorithms\shortest_paths\tests\test_generic.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths\tests
  copying cynetworkx\algorithms\shortest_paths\tests\test_unweighted.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths\tests
  copying cynetworkx\algorithms\shortest_paths\tests\test_weighted.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\shortest_paths\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\link_analysis\tests
  copying cynetworkx\algorithms\link_analysis\tests\test_hits.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\link_analysis\tests
  copying cynetworkx\algorithms\link_analysis\tests\test_pagerank.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\link_analysis\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\operators\tests
  copying cynetworkx\algorithms\operators\tests\test_all.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\operators\tests
  copying cynetworkx\algorithms\operators\tests\test_binary.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\operators\tests
  copying cynetworkx\algorithms\operators\tests\test_product.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\operators\tests
  copying cynetworkx\algorithms\operators\tests\test_unary.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\operators\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_approx_clust_coeff.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_clique.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_connectivity.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_dominating_set.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_independent_set.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_kcomponents.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_matching.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_ramsey.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_steinertree.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  copying cynetworkx\algorithms\approximation\tests\test_vertex_cover.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\tests
  creating build\lib.win-amd64-3.7\cynetworkx\algorithms\tree\tests
  copying cynetworkx\algorithms\tree\tests\test_branchings.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree\tests
  copying cynetworkx\algorithms\tree\tests\test_coding.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree\tests
  copying cynetworkx\algorithms\tree\tests\test_mst.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree\tests
  copying cynetworkx\algorithms\tree\tests\test_operations.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree\tests
  copying cynetworkx\algorithms\tree\tests\test_recognition.py -> build\lib.win-amd64-3.7\cynetworkx\algorithms\tree\tests
  creating build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\historical_tests.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_coreviews.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_digraph.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_digraph_historical.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_filters.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_function.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_graph.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_graphviews.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_graph_historical.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_multidigraph.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_multigraph.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_ordered.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_reportviews.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_special.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  copying cynetworkx\classes\tests\test_subgraphviews.py -> build\lib.win-amd64-3.7\cynetworkx\classes\tests
  creating build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_atlas.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_classic.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_community.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_degree_seq.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_directed.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_duplication.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_ego.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_expanders.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_geometric.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_intersection.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_joint_degree_seq.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_lattice.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_line.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_mycielski.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_nonisomorphic_trees.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_random_clustered.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_random_graphs.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_small.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_stochastic.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_trees.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\tests\test_triads.py -> build\lib.win-amd64-3.7\cynetworkx\generators\tests
  copying cynetworkx\generators\atlas.dat.gz -> build\lib.win-amd64-3.7\cynetworkx\generators
  creating build\lib.win-amd64-3.7\cynetworkx\drawing\tests
  copying cynetworkx\drawing\tests\test_agraph.py -> build\lib.win-amd64-3.7\cynetworkx\drawing\tests
  copying cynetworkx\drawing\tests\test_layout.py -> build\lib.win-amd64-3.7\cynetworkx\drawing\tests
  copying cynetworkx\drawing\tests\test_pydot.py -> build\lib.win-amd64-3.7\cynetworkx\drawing\tests
  copying cynetworkx\drawing\tests\test_pylab.py -> build\lib.win-amd64-3.7\cynetworkx\drawing\tests
  creating build\lib.win-amd64-3.7\cynetworkx\linalg\tests
  copying cynetworkx\linalg\tests\test_algebraic_connectivity.py -> build\lib.win-amd64-3.7\cynetworkx\linalg\tests
  copying cynetworkx\linalg\tests\test_graphmatrix.py -> build\lib.win-amd64-3.7\cynetworkx\linalg\tests
  copying cynetworkx\linalg\tests\test_laplacian.py -> build\lib.win-amd64-3.7\cynetworkx\linalg\tests
  copying cynetworkx\linalg\tests\test_modularity.py -> build\lib.win-amd64-3.7\cynetworkx\linalg\tests
  copying cynetworkx\linalg\tests\test_spectrum.py -> build\lib.win-amd64-3.7\cynetworkx\linalg\tests
  creating build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_adjlist.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_edgelist.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_gexf.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_gml.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_gpickle.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_graph6.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_graphml.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_leda.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_p2g.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_pajek.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_shp.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_sparse6.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  copying cynetworkx\readwrite\tests\test_yaml.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\tests
  creating build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph\tests
  copying cynetworkx\readwrite\json_graph\tests\test_adjacency.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph\tests
  copying cynetworkx\readwrite\json_graph\tests\test_cytoscape.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph\tests
  copying cynetworkx\readwrite\json_graph\tests\test_jit.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph\tests
  copying cynetworkx\readwrite\json_graph\tests\test_node_link.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph\tests
  copying cynetworkx\readwrite\json_graph\tests\test_tree.py -> build\lib.win-amd64-3.7\cynetworkx\readwrite\json_graph\tests
  creating build\lib.win-amd64-3.7\cynetworkx\testing\tests
  copying cynetworkx\testing\tests\test_utils.py -> build\lib.win-amd64-3.7\cynetworkx\testing\tests
  creating build\lib.win-amd64-3.7\cynetworkx\utils\tests
  copying cynetworkx\utils\tests\test_contextmanager.py -> build\lib.win-amd64-3.7\cynetworkx\utils\tests
  copying cynetworkx\utils\tests\test_decorators.py -> build\lib.win-amd64-3.7\cynetworkx\utils\tests
  copying cynetworkx\utils\tests\test_heaps.py -> build\lib.win-amd64-3.7\cynetworkx\utils\tests
  copying cynetworkx\utils\tests\test_mapped_queue.py -> build\lib.win-amd64-3.7\cynetworkx\utils\tests
  copying cynetworkx\utils\tests\test_misc.py -> build\lib.win-amd64-3.7\cynetworkx\utils\tests
  copying cynetworkx\utils\tests\test_random_sequence.py -> build\lib.win-amd64-3.7\cynetworkx\utils\tests
  copying cynetworkx\utils\tests\test_rcm.py -> build\lib.win-amd64-3.7\cynetworkx\utils\tests
  copying cynetworkx\utils\tests\test_unionfind.py -> build\lib.win-amd64-3.7\cynetworkx\utils\tests
  running build_ext
  building 'cynetworkx.algorithms.approximation.__init__' extension
  creating build\temp.win-amd64-3.7
  creating build\temp.win-amd64-3.7\Release
  creating build\temp.win-amd64-3.7\Release\cynetworkx
  creating build\temp.win-amd64-3.7\Release\cynetworkx\algorithms
  creating build\temp.win-amd64-3.7\Release\cynetworkx\algorithms\approximation
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /Tccynetworkx/algorithms/approximation/__init__.c /Fobuild\temp.win-amd64-3.7\Release\cynetworkx/algorithms/approximation/__init__.obj
  __init__.c
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:d:\programdata\anaconda3\libs /LIBPATH:d:\programdata\anaconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\lib\x64" "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" /EXPORT:PyInit___init__ build\temp.win-amd64-3.7\Release\cynetworkx/algorithms/approximation/__init__.obj /OUT:build\lib.win-amd64-3.7\cynetworkx\algorithms\approximation\__init__.cp37-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.7\Release\cynetworkx/algorithms/approximation\__init__.cp37-win_amd64.lib
  LINK : error LNK2001: 无法解析的外部符号 PyInit___init__
  build\temp.win-amd64-3.7\Release\cynetworkx/algorithms/approximation\__init__.cp37-win_amd64.lib : fatal error LNK1120: 1 个无法解析的外部命令
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.28.29910\\bin\\HostX86\\x64\\link.exe' failed with exit status 1120
  ----------------------------------------
  ERROR: Failed building wheel for cynetworkx
  Running setup.py clean for cynetworkx
  Building wheel for gdal (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'd:\programdata\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\gdal_091bb25c2e874d7c82addaede8e3c73a\\setup.py'"'"'; __file__='"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\gdal_091bb25c2e874d7c82addaede8e3c73a\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\ADMINI~1\AppData\Local\Temp\pip-wheel-03t79z51'
       cwd: C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-m9koq_rp\gdal_091bb25c2e874d7c82addaede8e3c73a\
  Complete output (78 lines):
  WARNING: "CC=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja" was defined in the environment and contains more than one word. Unsetting it since that is incompatible of distutils
  d:\programdata\anaconda3\lib\site-packages\setuptools\dist.py:637: UserWarning: Usage of dash-separated 'max-line-length' will not be supported in future versions. Please use the underscore name 'max_line_length' instead
    % (opt, underscore_opt))
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.7
  creating build\lib.win-amd64-3.7\osgeo
  copying osgeo\gdal.py -> build\lib.win-amd64-3.7\osgeo
  copying osgeo\gdalconst.py -> build\lib.win-amd64-3.7\osgeo
  copying osgeo\gdalnumeric.py -> build\lib.win-amd64-3.7\osgeo
  copying osgeo\gdal_array.py -> build\lib.win-amd64-3.7\osgeo
  copying osgeo\gnm.py -> build\lib.win-amd64-3.7\osgeo
  copying osgeo\ogr.py -> build\lib.win-amd64-3.7\osgeo
  copying osgeo\osr.py -> build\lib.win-amd64-3.7\osgeo
  copying osgeo\__init__.py -> build\lib.win-amd64-3.7\osgeo
  creating build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\epsg_tr.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\esri2wkt.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gcps2vec.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gcps2wld.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal2xyz.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdalchksum.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdalcompare.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdalident.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdalimport.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdalmove.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_auth.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_calc.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_edit.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_fillnodata.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_merge.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_pansharpen.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_polygonize.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_proximity.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_retile.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\gdal_sieve.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\mkgraticule.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\ogrmerge.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\pct2rgb.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\rgb2pct.py -> build\lib.win-amd64-3.7\osgeo\utils
  copying osgeo\utils\__init__.py -> build\lib.win-amd64-3.7\osgeo\utils
  d:\programdata\anaconda3\lib\site-packages\setuptools\lib2to3_ex.py:41: SetuptoolsDeprecationWarning: 2to3 support is deprecated. If the project still requires Python 2 support, please migrate to a single-codebase solution or employ an independent conversion process.
    SetuptoolsDeprecationWarning)
  Fixing build\lib.win-amd64-3.7\osgeo\gdal.py build\lib.win-amd64-3.7\osgeo\gdalconst.py build\lib.win-amd64-3.7\osgeo\gdalnumeric.py build\lib.win-amd64-3.7\osgeo\gdal_array.py build\lib.win-amd64-3.7\osgeo\gnm.py build\lib.win-amd64-3.7\osgeo\ogr.py build\lib.win-amd64-3.7\osgeo\osr.py build\lib.win-amd64-3.7\osgeo\__init__.py build\lib.win-amd64-3.7\osgeo\utils\epsg_tr.py build\lib.win-amd64-3.7\osgeo\utils\esri2wkt.py build\lib.win-amd64-3.7\osgeo\utils\gcps2vec.py build\lib.win-amd64-3.7\osgeo\utils\gcps2wld.py build\lib.win-amd64-3.7\osgeo\utils\gdal2xyz.py build\lib.win-amd64-3.7\osgeo\utils\gdalchksum.py build\lib.win-amd64-3.7\osgeo\utils\gdalcompare.py build\lib.win-amd64-3.7\osgeo\utils\gdalident.py build\lib.win-amd64-3.7\osgeo\utils\gdalimport.py build\lib.win-amd64-3.7\osgeo\utils\gdalmove.py build\lib.win-amd64-3.7\osgeo\utils\gdal_auth.py build\lib.win-amd64-3.7\osgeo\utils\gdal_calc.py build\lib.win-amd64-3.7\osgeo\utils\gdal_edit.py build\lib.win-amd64-3.7\osgeo\utils\gdal_fillnodata.py build\lib.win-amd64-3.7\osgeo\utils\gdal_merge.py build\lib.win-amd64-3.7\osgeo\utils\gdal_pansharpen.py build\lib.win-amd64-3.7\osgeo\utils\gdal_polygonize.py build\lib.win-amd64-3.7\osgeo\utils\gdal_proximity.py build\lib.win-amd64-3.7\osgeo\utils\gdal_retile.py build\lib.win-amd64-3.7\osgeo\utils\gdal_sieve.py build\lib.win-amd64-3.7\osgeo\utils\mkgraticule.py build\lib.win-amd64-3.7\osgeo\utils\ogrmerge.py build\lib.win-amd64-3.7\osgeo\utils\pct2rgb.py build\lib.win-amd64-3.7\osgeo\utils\rgb2pct.py build\lib.win-amd64-3.7\osgeo\utils\__init__.py
  Skipping optional fixer: ws_comma
  Fixing build\lib.win-amd64-3.7\osgeo\gdal.py build\lib.win-amd64-3.7\osgeo\gdalconst.py build\lib.win-amd64-3.7\osgeo\gdalnumeric.py build\lib.win-amd64-3.7\osgeo\gdal_array.py build\lib.win-amd64-3.7\osgeo\gnm.py build\lib.win-amd64-3.7\osgeo\ogr.py build\lib.win-amd64-3.7\osgeo\osr.py build\lib.win-amd64-3.7\osgeo\__init__.py build\lib.win-amd64-3.7\osgeo\utils\epsg_tr.py build\lib.win-amd64-3.7\osgeo\utils\esri2wkt.py build\lib.win-amd64-3.7\osgeo\utils\gcps2vec.py build\lib.win-amd64-3.7\osgeo\utils\gcps2wld.py build\lib.win-amd64-3.7\osgeo\utils\gdal2xyz.py build\lib.win-amd64-3.7\osgeo\utils\gdalchksum.py build\lib.win-amd64-3.7\osgeo\utils\gdalcompare.py build\lib.win-amd64-3.7\osgeo\utils\gdalident.py build\lib.win-amd64-3.7\osgeo\utils\gdalimport.py build\lib.win-amd64-3.7\osgeo\utils\gdalmove.py build\lib.win-amd64-3.7\osgeo\utils\gdal_auth.py build\lib.win-amd64-3.7\osgeo\utils\gdal_calc.py build\lib.win-amd64-3.7\osgeo\utils\gdal_edit.py build\lib.win-amd64-3.7\osgeo\utils\gdal_fillnodata.py build\lib.win-amd64-3.7\osgeo\utils\gdal_merge.py build\lib.win-amd64-3.7\osgeo\utils\gdal_pansharpen.py build\lib.win-amd64-3.7\osgeo\utils\gdal_polygonize.py build\lib.win-amd64-3.7\osgeo\utils\gdal_proximity.py build\lib.win-amd64-3.7\osgeo\utils\gdal_retile.py build\lib.win-amd64-3.7\osgeo\utils\gdal_sieve.py build\lib.win-amd64-3.7\osgeo\utils\mkgraticule.py build\lib.win-amd64-3.7\osgeo\utils\ogrmerge.py build\lib.win-amd64-3.7\osgeo\utils\pct2rgb.py build\lib.win-amd64-3.7\osgeo\utils\rgb2pct.py build\lib.win-amd64-3.7\osgeo\utils\__init__.py
  Skipping optional fixer: ws_comma
  running build_ext
  building 'osgeo._gdal' extension
  building 'osgeo._gdalconst' extension
  building 'osgeo._osr' extension
  building 'osgeo._ogr' extension
  building 'osgeo._gnm' extension
  building 'osgeo._gdal_array' extension
  creating build\temp.win-amd64-3.7
  creating build\temp.win-amd64-3.7\Release
  creating build\temp.win-amd64-3.7\Release\extensions
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\lib\site-packages\numpy\core\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextensions/gnm_wrap.cpp /Fobuild\temp.win-amd64-3.7\Release\extensions/gnm_wrap.obj
  gnm_wrap.cpp
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\lib\site-packages\numpy\core\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /Tcextensions/gdalconst_wrap.c /Fobuild\temp.win-amd64-3.7\Release\extensions/gdalconst_wrap.obj
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\lib\site-packages\numpy\core\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextensions/gdal_wrap.cpp /Fobuild\temp.win-amd64-3.7\Release\extensions/gdal_wrap.obj
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\lib\site-packages\numpy\core\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextensions/osr_wrap.cpp /Fobuild\temp.win-amd64-3.7\Release\extensions/osr_wrap.obj
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\lib\site-packages\numpy\core\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextensions/ogr_wrap.cpp /Fobuild\temp.win-amd64-3.7\Release\extensions/ogr_wrap.obj
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\lib\site-packages\numpy\core\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextensions/gdal_array_wrap.cpp /Fobuild\temp.win-amd64-3.7\Release\extensions/gdal_array_wrap.obj
  gdalconst_wrap.c
  gdal_wrap.cpp
  osr_wrap.cpp
  gdal_array_wrap.cpp
  ogr_wrap.cpp
  extensions/gdalconst_wrap.c(3018): fatal error C1083: 无法打开包括文件: “gdal.h”: No such file or directory
  extensions/gdal_array_wrap.cpp(3144): fatal error C1083: 无法打开包括文件: “gdal.h”: No such file or directory
  extensions/ogr_wrap.cpp(3149): fatal error C1083: 无法打开包括文件: “gdal.h”: No such file or directory
  extensions/osr_wrap.cpp(3198): fatal error C1083: 无法打开包括文件: “cpl_string.h”: No such file or directory
  extensions/gnm_wrap.cpp(3135): fatal error C1083: 无法打开包括文件: “gdal.h”: No such file or directory
  extensions/gdal_wrap.cpp(3190): fatal error C1083: 无法打开包括文件: “cpl_port.h”: No such file or directory
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.28.29910\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
  ----------------------------------------
  ERROR: Failed building wheel for gdal
  Running setup.py clean for gdal
  Building wheel for pygraphviz (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'd:\programdata\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\pygraphviz_e516352886a24a3e82aef6b2c2ec2186\\setup.py'"'"'; __file__='"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\pygraphviz_e516352886a24a3e82aef6b2c2ec2186\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\ADMINI~1\AppData\Local\Temp\pip-wheel-d_z1j_uw'
       cwd: C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-m9koq_rp\pygraphviz_e516352886a24a3e82aef6b2c2ec2186\
  Complete output (52 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.7
  creating build\lib.win-amd64-3.7\pygraphviz
  copying pygraphviz\agraph.py -> build\lib.win-amd64-3.7\pygraphviz
  copying pygraphviz\graphviz.py -> build\lib.win-amd64-3.7\pygraphviz
  copying pygraphviz\scraper.py -> build\lib.win-amd64-3.7\pygraphviz
  copying pygraphviz\testing.py -> build\lib.win-amd64-3.7\pygraphviz
  copying pygraphviz\__init__.py -> build\lib.win-amd64-3.7\pygraphviz
  creating build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_attribute_defaults.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_clear.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_close.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_drawing.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_edge_attributes.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_graph.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_html.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_layout.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_node_attributes.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_readwrite.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_scraper.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_string.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_subgraph.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\test_unicode.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  copying pygraphviz\tests\__init__.py -> build\lib.win-amd64-3.7\pygraphviz\tests
  running egg_info
  writing pygraphviz.egg-info\PKG-INFO
  writing dependency_links to pygraphviz.egg-info\dependency_links.txt
  writing top-level names to pygraphviz.egg-info\top_level.txt
  reading manifest file 'pygraphviz.egg-info\SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching '*.png' under directory 'doc'
  warning: no files found matching '*.txt' under directory 'doc'
  warning: no files found matching '*.css' under directory 'doc'
  warning: no previously-included files matching '*~' found anywhere in distribution
  warning: no previously-included files matching '*.pyc' found anywhere in distribution
  warning: no previously-included files matching '.svn' found anywhere in distribution
  no previously-included directories found matching 'doc\build'
  writing manifest file 'pygraphviz.egg-info\SOURCES.txt'
  copying pygraphviz\graphviz.i -> build\lib.win-amd64-3.7\pygraphviz
  copying pygraphviz\graphviz_wrap.c -> build\lib.win-amd64-3.7\pygraphviz
  running build_ext
  building 'pygraphviz._graphviz' extension
  creating build\temp.win-amd64-3.7
  creating build\temp.win-amd64-3.7\Release
  creating build\temp.win-amd64-3.7\Release\pygraphviz
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /Tcpygraphviz/graphviz_wrap.c /Fobuild\temp.win-amd64-3.7\Release\pygraphviz/graphviz_wrap.obj
  graphviz_wrap.c
  pygraphviz/graphviz_wrap.c(2711): fatal error C1083: 无法打开包括文件: “graphviz/cgraph.h”: No such file or directory
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.28.29910\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
  ----------------------------------------
  ERROR: Failed building wheel for pygraphviz
  Running setup.py clean for pygraphviz
Failed to build cynetworkx gdal pygraphviz
Installing collected packages: pygraphviz, pydot, gdal, cynetworkx
    Running setup.py install for pygraphviz ... error
    ERROR: Command errored out with exit status 1:
     command: 'd:\programdata\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\pygraphviz_e516352886a24a3e82aef6b2c2ec2186\\setup.py'"'"'; __file__='"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\pygraphviz_e516352886a24a3e82aef6b2c2ec2186\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\ADMINI~1\AppData\Local\Temp\pip-record-8hln712p\install-record.txt' --single-version-externally-managed --compile --install-headers 'd:\programdata\anaconda3\Include\pygraphviz'
         cwd: C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-m9koq_rp\pygraphviz_e516352886a24a3e82aef6b2c2ec2186\
    Complete output (52 lines):
    running install
    running build
    running build_py
    creating build
    creating build\lib.win-amd64-3.7
    creating build\lib.win-amd64-3.7\pygraphviz
    copying pygraphviz\agraph.py -> build\lib.win-amd64-3.7\pygraphviz
    copying pygraphviz\graphviz.py -> build\lib.win-amd64-3.7\pygraphviz
    copying pygraphviz\scraper.py -> build\lib.win-amd64-3.7\pygraphviz
    copying pygraphviz\testing.py -> build\lib.win-amd64-3.7\pygraphviz
    copying pygraphviz\__init__.py -> build\lib.win-amd64-3.7\pygraphviz
    creating build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_attribute_defaults.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_clear.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_close.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_drawing.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_edge_attributes.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_graph.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_html.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_layout.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_node_attributes.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_readwrite.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_scraper.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_string.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_subgraph.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\test_unicode.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    copying pygraphviz\tests\__init__.py -> build\lib.win-amd64-3.7\pygraphviz\tests
    running egg_info
    writing pygraphviz.egg-info\PKG-INFO
    writing dependency_links to pygraphviz.egg-info\dependency_links.txt
    writing top-level names to pygraphviz.egg-info\top_level.txt
    reading manifest file 'pygraphviz.egg-info\SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '*.png' under directory 'doc'
    warning: no files found matching '*.txt' under directory 'doc'
    warning: no files found matching '*.css' under directory 'doc'
    warning: no previously-included files matching '*~' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '.svn' found anywhere in distribution
    no previously-included directories found matching 'doc\build'
    writing manifest file 'pygraphviz.egg-info\SOURCES.txt'
    copying pygraphviz\graphviz.i -> build\lib.win-amd64-3.7\pygraphviz
    copying pygraphviz\graphviz_wrap.c -> build\lib.win-amd64-3.7\pygraphviz
    running build_ext
    building 'pygraphviz._graphviz' extension
    creating build\temp.win-amd64-3.7
    creating build\temp.win-amd64-3.7\Release
    creating build\temp.win-amd64-3.7\Release\pygraphviz
    C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Id:\programdata\anaconda3\include -Id:\programdata\anaconda3\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /Tcpygraphviz/graphviz_wrap.c /Fobuild\temp.win-amd64-3.7\Release\pygraphviz/graphviz_wrap.obj
    graphviz_wrap.c
    pygraphviz/graphviz_wrap.c(2711): fatal error C1083: 无法打开包括文件: “graphviz/cgraph.h”: No such file or directory
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.28.29910\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'd:\programdata\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\pygraphviz_e516352886a24a3e82aef6b2c2ec2186\\setup.py'"'"'; __file__='"'"'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-m9koq_rp\\pygraphviz_e516352886a24a3e82aef6b2c2ec2186\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\ADMINI~1\AppData\Local\Temp\pip-record-8hln712p\install-record.txt' --single-version-externally-managed --compile --install-headers 'd:\programdata\anaconda3\Include\pygraphviz' Check the logs for full command output.

在win10上正确的安装方式如下:

pip install Cython==3.0a5
pip install git+https://github.com/pattern-inc/cynetworkx.git

安装方法来源自:https://github.com/pattern-inc/cynetworkx/issues/1

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值