pdobsan / pynauty

Isomorphism testing and automorphisms of graphs
Other
56 stars 9 forks source link

[Installing] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure #29

Closed BaseMax closed 1 year ago

BaseMax commented 1 year ago

Installing on a windows machine:

C:\Users\Max>pip install pynauty
Collecting pynauty
  Downloading pynauty-2.8.6.tar.gz (1.7 MB)
     ---------------------------------------- 1.7/1.7 MB 64.4 kB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Building wheels for collected packages: pynauty
  Building wheel for pynauty (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [259 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build\lib.win-amd64-cpython-310
      creating build\lib.win-amd64-cpython-310\pynauty
      copying src\pynauty\graph.py -> build\lib.win-amd64-cpython-310\pynauty
      copying src\pynauty\__init__.py -> build\lib.win-amd64-cpython-310\pynauty
      copying src\pynauty\__main__.py -> build\lib.win-amd64-cpython-310\pynauty
      running egg_info
      writing pynauty.egg-info\PKG-INFO
      writing dependency_links to pynauty.egg-info\dependency_links.txt
      writing top-level names to pynauty.egg-info\top_level.txt
      reading manifest file 'pynauty.egg-info\SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      warning: no previously-included files matching '__pycache__\*' found anywhere in distribution
      warning: no previously-included files matching '*.pyc' found anywhere in distribution
      warning: no previously-included files matching '*.a' found anywhere in distribution
      warning: no previously-included files matching '*.o' found anywhere in distribution
      adding license file 'COPYING'
      writing manifest file 'pynauty.egg-info\SOURCES.txt'
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.doctrees' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.doctrees' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.doctrees' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.doctrees' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html._modules' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html._modules' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html._modules' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html._modules' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html._modules.pynauty' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html._modules.pynauty' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html._modules.pynauty' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html._modules.pynauty' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html._sources' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html._sources' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html._sources' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html._sources' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html._static' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html._static' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html._static' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html._static' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.tests' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.tests' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.tests' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.tests' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      copying src\pynauty\nautywrap.c -> build\lib.win-amd64-cpython-310\pynauty
      copying src\pynauty\nautywrap.h -> build\lib.win-amd64-cpython-310\pynauty
      creating build\lib.win-amd64-cpython-310\pynauty\docs
      creating build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\environment.pickle -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\guide.doctree -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\index.doctree -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\install.doctree -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\intro.doctree -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\.buildinfo -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\genindex.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\guide.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\index.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\install.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\intro.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\objects.inv -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\py-modindex.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\search.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\searchindex.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules
      copying src\pynauty\docs\html\_modules\index.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules
      copying src\pynauty\docs\html\_modules\pynauty.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules\pynauty
      copying src\pynauty\docs\html\_modules\pynauty\graph.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules\pynauty
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      copying src\pynauty\docs\html\_sources\guide.rst.txt -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      copying src\pynauty\docs\html\_sources\index.rst.txt -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      copying src\pynauty\docs\html\_sources\install.rst.txt -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      copying src\pynauty\docs\html\_sources\intro.rst.txt -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\_sphinx_javascript_frameworks_compat.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\basic.css -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\classic.css -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\doctools.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\documentation_options.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\file.png -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\jquery-3.6.0.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\jquery.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\language_data.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\minus.png -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\plus.png -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\pygments.css -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\searchtools.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\sidebar.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\sphinx_highlight.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\underscore-1.13.1.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\underscore.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      creating build\lib.win-amd64-cpython-310\pynauty\tests
      copying src\pynauty\tests\conftest.py -> build\lib.win-amd64-cpython-310\pynauty\tests
      copying src\pynauty\tests\test_autgrp.py -> build\lib.win-amd64-cpython-310\pynauty\tests
      copying src\pynauty\tests\test_isomorphic.py -> build\lib.win-amd64-cpython-310\pynauty\tests
      copying src\pynauty\tests\test_minimal.py -> build\lib.win-amd64-cpython-310\pynauty\tests
      running build_ext
      make nauty-objects
      error: command 'make' failed: None
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pynauty
  Running setup.py clean for pynauty
Failed to build pynauty
Installing collected packages: pynauty
  Running setup.py install for pynauty ... error
  error: subprocess-exited-with-error

  × Running setup.py install for pynauty did not run successfully.
  │ exit code: 1
  ╰─> [261 lines of output]
      running install
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
        warnings.warn(
      running build
      running build_py
      creating build
      creating build\lib.win-amd64-cpython-310
      creating build\lib.win-amd64-cpython-310\pynauty
      copying src\pynauty\graph.py -> build\lib.win-amd64-cpython-310\pynauty
      copying src\pynauty\__init__.py -> build\lib.win-amd64-cpython-310\pynauty
      copying src\pynauty\__main__.py -> build\lib.win-amd64-cpython-310\pynauty
      running egg_info
      writing pynauty.egg-info\PKG-INFO
      writing dependency_links to pynauty.egg-info\dependency_links.txt
      writing top-level names to pynauty.egg-info\top_level.txt
      reading manifest file 'pynauty.egg-info\SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      warning: no previously-included files matching '__pycache__\*' found anywhere in distribution
      warning: no previously-included files matching '*.pyc' found anywhere in distribution
      warning: no previously-included files matching '*.a' found anywhere in distribution
      warning: no previously-included files matching '*.o' found anywhere in distribution
      adding license file 'COPYING'
      writing manifest file 'pynauty.egg-info\SOURCES.txt'
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.doctrees' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.doctrees' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.doctrees' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.doctrees' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html._modules' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html._modules' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html._modules' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html._modules' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html._modules.pynauty' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html._modules.pynauty' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html._modules.pynauty' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html._modules.pynauty' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html._sources' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html._sources' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html._sources' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html._sources' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.docs.html._static' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.docs.html._static' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.docs.html._static' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.docs.html._static' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'pynauty.tests' as data is deprecated, please list it in `packages`.
          !!

          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'pynauty.tests' as an importable package,
          but it is not listed in the `packages` configuration of setuptools.

          'pynauty.tests' has been automatically added to the distribution only
          because it may contain data files, but this behavior is likely to change
          in future versions of setuptools (and therefore is considered deprecated).

          Please make sure that 'pynauty.tests' is included as a package by using
          the `packages` configuration field or the proper discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" and "data files" on setuptools
          documentation page.

      !!

        check.warn(importable)
      copying src\pynauty\nautywrap.c -> build\lib.win-amd64-cpython-310\pynauty
      copying src\pynauty\nautywrap.h -> build\lib.win-amd64-cpython-310\pynauty
      creating build\lib.win-amd64-cpython-310\pynauty\docs
      creating build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\environment.pickle -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\guide.doctree -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\index.doctree -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\install.doctree -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      copying src\pynauty\docs\doctrees\intro.doctree -> build\lib.win-amd64-cpython-310\pynauty\docs\doctrees
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\.buildinfo -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\genindex.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\guide.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\index.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\install.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\intro.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\objects.inv -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\py-modindex.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\search.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      copying src\pynauty\docs\html\searchindex.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules
      copying src\pynauty\docs\html\_modules\index.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules
      copying src\pynauty\docs\html\_modules\pynauty.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules\pynauty
      copying src\pynauty\docs\html\_modules\pynauty\graph.html -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_modules\pynauty
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      copying src\pynauty\docs\html\_sources\guide.rst.txt -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      copying src\pynauty\docs\html\_sources\index.rst.txt -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      copying src\pynauty\docs\html\_sources\install.rst.txt -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      copying src\pynauty\docs\html\_sources\intro.rst.txt -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_sources
      creating build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\_sphinx_javascript_frameworks_compat.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\basic.css -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\classic.css -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\doctools.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\documentation_options.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\file.png -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\jquery-3.6.0.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\jquery.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\language_data.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\minus.png -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\plus.png -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\pygments.css -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\searchtools.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\sidebar.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\sphinx_highlight.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\underscore-1.13.1.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      copying src\pynauty\docs\html\_static\underscore.js -> build\lib.win-amd64-cpython-310\pynauty\docs\html\_static
      creating build\lib.win-amd64-cpython-310\pynauty\tests
      copying src\pynauty\tests\conftest.py -> build\lib.win-amd64-cpython-310\pynauty\tests
      copying src\pynauty\tests\test_autgrp.py -> build\lib.win-amd64-cpython-310\pynauty\tests
      copying src\pynauty\tests\test_isomorphic.py -> build\lib.win-amd64-cpython-310\pynauty\tests
      copying src\pynauty\tests\test_minimal.py -> build\lib.win-amd64-cpython-310\pynauty\tests
      running build_ext
      make nauty-objects
      error: command 'make' failed: None
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> pynauty

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
pdobsan commented 1 year ago

Nauty is problematic on windows. I don't support windows directly.

Your best bet is using the Windows Subsystem for Linux