holgern / pyyawt

Yet another python wavelet toolbox
http://pyyawt.readthedocs.org
MIT License
9 stars 4 forks source link

Trouble installing with clang #7

Open bjsmith opened 1 year ago

bjsmith commented 1 year ago

Trying to install pyyawt. environment is

Full log below--I'm really not sure what is causing the issue. Likely to be some kind of compiler thing but it's hard to tell.

bjsmith commented 1 year ago
(base) benjaminsmith@Benjamins-MacBook-Pro-2 ~ % conda activate sklearn-dev
(sklearn-dev) benjaminsmith@Benjamins-MacBook-Pro-2 ~ % pip install pyyawt        
Collecting pyyawt
  Using cached pyyawt-0.1.1.zip (450 kB)
  Preparing metadata (setup.py) ... done
Building wheels for collected packages: pyyawt
  Building wheel for pyyawt (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [730 lines of output]
      /private/var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/pip-install-0stgmyb5/pyyawt_22b217494c9a4ff3ba2573028a6b1601/setup.py:52: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
        import imp
      /private/var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/pip-install-0stgmyb5/pyyawt_22b217494c9a4ff3ba2573028a6b1601/setup.py:191: DeprecationWarning:

        `numpy.distutils` is deprecated since NumPy 1.23.0, as a result
        of the deprecation of `distutils` itself. It will be removed for
        Python >= 3.12. For older Python versions it will remain present.
        It is recommended to use `setuptools < 60.0` for those Python versions.
        For more details, see:
          https://numpy.org/devdocs/reference/distutils_status_migration.html

        from numpy.distutils.core import setup
      running bdist_wheel
      running build
      running config_cc
      INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
      running config_fc
      INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
      running build_src
      INFO: build_src
      INFO: building py_modules sources
      creating build
      creating build/src.macosx-10.9-x86_64-3.10
      creating build/src.macosx-10.9-x86_64-3.10/pyyawt
      INFO: building extension "pyyawt._pyyawt" sources
      INFO: building data_files sources
      INFO: build_src: building npy-pkg config files
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/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_py
      creating build/lib.macosx-10.9-x86_64-cpython-310
      creating build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/dwt3d.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/dwt2d.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/dwt1d.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/dwt.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/version.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/denoising.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/cwt.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/utility.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/__init__.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/__config__.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/setup.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/swt.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying pyyawt/cowt.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      running build_ext
      INFO: customize UnixCCompiler
      INFO: customize UnixCCompiler using build_ext
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-march=native)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks
      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-march=native'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-O3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-O3'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror=switch)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-Werror=switch'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-Werror'
      INFO: CCompilerOpt.__init__[1782] : check requested baseline
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse2'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE' with flags (-msse -msse2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE2' with flags (-msse -msse2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse3'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -Werror=switch -Werror'
      INFO: CCompilerOpt.__init__[1791] : check requested dispatch-able features
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mssse3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mssse3'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.1)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse4.1'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mpopcnt)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mpopcnt'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse4.2'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mf16c)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mf16c'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx2'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mfma)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mfma'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512f -mno-mmx)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512f -mno-mmx'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512cd)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512cd'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512vl -mavx512bw -mavx512dq'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vnni)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512vnni'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512er -mavx512pf)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512er -mavx512pf'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq'
      WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/test_flags.c -o /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/test_flags.o -MMD -MF /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/test_flags.o.d -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) failed with exit status 1 output ->
      clang-14: error: unknown argument: '-mavx5124fmaps'
      clang-14: error: unknown argument: '-mavx5124vnniw'

      WARN: CCompilerOpt.cc_test_flags[1077] : testing failed
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror=switch -Werror'
      WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c -o /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.o -MMD -MF /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpa2bzua4l/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror=switch -Werror) failed with exit status 1 output ->
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:9: error: implicit declaration of function '_mm512_4fmadd_ps' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
          b = _mm512_4fmadd_ps(b, b, b, b, b, NULL);
              ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:9: note: did you mean '_mm512_fmadd_ps'?
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/clang/14.0.4/include/avx512fintrin.h:2720:1: note: '_mm512_fmadd_ps' declared here
      _mm512_fmadd_ps(__m512 __A, __m512 __B, __m512 __C)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:7: error: assigning to '__m512' (vector of 16 'float' values) from incompatible type 'int'
          b = _mm512_4fmadd_ps(b, b, b, b, b, NULL);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:9: error: implicit declaration of function '_mm512_4dpwssd_epi32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
          a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL);
              ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:9: note: did you mean '_mm512_dpwssd_epi32'?
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/clang/14.0.4/include/avx512vnniintrin.h:68:1: note: '_mm512_dpwssd_epi32' declared here
      _mm512_dpwssd_epi32(__m512i __S, __m512i __A, __m512i __B)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:7: error: assigning to '__m512i' (vector of 8 'long long' values) from incompatible type 'int'
          a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      4 errors generated.

      WARN: CCompilerOpt.feature_test[1563] : testing failed
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512ifma -mavx512vbmi)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512ifma -mavx512vbmi'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror=switch -Werror'
      INFO: CCompilerOpt.__init__[1803] : skip features (SSE2 SSE SSE3) since its part of baseline
      INFO: CCompilerOpt.__init__[1807] : initialize targets groups
      INFO: CCompilerOpt.__init__[1809] : parse target group simd_test
      INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (ASIMD VXE VSX3 VSX2 VXE2 XOP VSX4 FMA4 VX NEON VSX) not part of baseline or dispatch-able features
      INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2)
      INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.macosx-10.9-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
      WARN: CCompilerOpt.generate_dispatch_header[2362] : dispatch header dir build/src.macosx-10.9-x86_64-3.10/numpy/distutils/include does not exist, creating it
      INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror=switch -Werror'
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror=switch -Werror'
      INFO: building 'pyyawt._pyyawt' extension
      INFO: compiling C sources
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      creating build/temp.macosx-10.9-x86_64-cpython-310/pyyawt
      creating build/temp.macosx-10.9-x86_64-cpython-310/pyyawt/src
      INFO: compile options: '-DPY_EXTENSION -Ipyyawt/src -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.macosx-10.9-x86_64-3.10/numpy/distutils/include -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3'
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/_pyyawt.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/bathlets.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/beylkin.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/bior.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/bior_t.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/coiflets.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/cowt.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/cwt.c
      pyyawt/src/bior.c:248:25: warning: unused variable 'pFilterCoefMirror' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                              ^
      pyyawt/src/bior.c:248:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                ^
      pyyawt/src/bior.c:433:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                ^
      pyyawt/src/bior.c:433:25: warning: unused variable 'pFilterCoefMirror' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                              ^
      pyyawt/src/bior.c:619:25: warning: unused variable 'pFilterCoefMirror' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                              ^
      pyyawt/src/bior.c:619:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                ^
      pyyawt/src/bathlets.c:466:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef;
                ^
      pyyawt/src/bior.c:804:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                ^
      pyyawt/src/bior.c:804:25: warning: unused variable 'pFilterCoefMirror' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                              ^
      In file included from pyyawt/src/cwt.c:24:
      pyyawt/src/kiss_fft.h:8:10: fatal error: 'malloc.h' file not found
      #include <malloc.h>
               ^~~~~~~~~~
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/daubechies.c
      1 error generated.
      pyyawt/src/bior_t.c:363:1: warning: unused function 'bspline_init' [-Wunused-function]
      bspline_init (const double **h1, const double **g1,
      ^
      1 warning generated.
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/dmey.c
      1 warning generated.
      8 warnings generated.
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/dwt1d.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/dwt2d.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/dwt3d.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/farras.c
      In file included from pyyawt/src/_pyyawt.c:244:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1948:
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with "          "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
bjsmith commented 1 year ago

      #warning "Using deprecated NumPy API, disable it with " \
       ^
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/haar.c
      pyyawt/src/dwt1d.c:99:11: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
            if (strcmp(wname,wi[count].wname) == 0)
                ^
      pyyawt/src/dwt1d.c:99:11: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
      pyyawt/src/dwt1d.c:235:4: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
                strcpy(*str1,ei[count].extMethodName);
                ^
      pyyawt/src/dwt1d.c:235:4: note: include the header <string.h> or explicitly provide a declaration for 'strcpy'
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/kingsbury.c
      pyyawt/src/dwt2d.c:318:7: warning: variable 'filterOutLength' set but not used [-Wunused-but-set-variable]
        int filterOutLength;
            ^
      pyyawt/src/dwt1d.c:1186:8: warning: unused variable 'c' [-Wunused-variable]
        char c='a';
             ^
      pyyawt/src/dwt2d.c:413:7: warning: variable 'filterOutLength' set but not used [-Wunused-but-set-variable]
        int filterOutLength;
            ^
      pyyawt/src/dwt2d.c:415:8: warning: unused variable 'c' [-Wunused-variable]
        char c='b';
             ^
      pyyawt/src/dwt2d.c:814:7: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
        if (strcmp (coefType, "h") == 0)
            ^
      pyyawt/src/dwt2d.c:814:7: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
      pyyawt/src/dwt2d.c:1396:7: warning: variable 'filterOutLength' set but not used [-Wunused-but-set-variable]
        int filterOutLength;
            ^
      pyyawt/src/dwt2d.c:1398:8: warning: unused variable 'c' [-Wunused-variable]
        char c='b';
             ^
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/kiss_fft.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/legendre.c
      pyyawt/src/_pyyawt.c:17558:134: warning: code will never be executed [-Wunreachable-code]
          __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 794; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                           ^~~~~~~
      pyyawt/src/_pyyawt.c:20912:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                           ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
            PyUnicode_WSTR_LENGTH(op) :                    \
            ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:22: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                           ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
            ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
                   ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                           ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
             PyUnicode_WSTR_LENGTH(op)))
             ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                         ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
            PyUnicode_WSTR_LENGTH(op) :                    \
            ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:52: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                         ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
            ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
                   ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                         ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
             PyUnicode_WSTR_LENGTH(op)))
             ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                               ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
            PyUnicode_WSTR_LENGTH(op) :                    \
            ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:26: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                               ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
            ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
                   ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                               ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
             PyUnicode_WSTR_LENGTH(op)))
             ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                                ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
            PyUnicode_WSTR_LENGTH(op) :                    \
            ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:59: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                                ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
            ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
                   ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                                ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
             PyUnicode_WSTR_LENGTH(op)))
             ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/swt.c
      pyyawt/src/_pyyawt.c:21882:26: warning: code will never be executed [-Wunreachable-code]
                      module = PyImport_ImportModuleLevelObject(
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      In file included from pyyawt/src/_pyyawt.c:244:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:21:
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/__multiarray_api.h:1477:1: warning: unused function '_import_array' [-Wunused-function]
      _import_array(void)
      ^
      pyyawt/src/_pyyawt.c:22960:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
      static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
                                     ^
      pyyawt/src/_pyyawt.c:23075:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
      static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                      ^
      pyyawt/src/_pyyawt.c:23137:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
      static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                      ^
      pyyawt/src/_pyyawt.c:22369:48: warning: unused function '__pyx_t_float_complex_from_parts' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) {
                                                     ^
      pyyawt/src/_pyyawt.c:22379:30: warning: unused function '__Pyx_c_eqf' [-Wunused-function]
          static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                   ^
      pyyawt/src/_pyyawt.c:22382:48: warning: unused function '__Pyx_c_sumf' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                     ^
      pyyawt/src/_pyyawt.c:22388:48: warning: unused function '__Pyx_c_difff' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                     ^
      pyyawt/src/_pyyawt.c:22400:48: warning: unused function '__Pyx_c_quotf' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                     ^
      pyyawt/src/_pyyawt.c:22407:48: warning: unused function '__Pyx_c_negf' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex a) {
                                                     ^
      pyyawt/src/_pyyawt.c:22413:30: warning: unused function '__Pyx_c_is_zerof' [-Wunused-function]
          static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) {
                                   ^
      pyyawt/src/_pyyawt.c:22416:48: warning: unused function '__Pyx_c_conjf' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex a) {
                                                     ^
      pyyawt/src/_pyyawt.c:22430:52: warning: unused function '__Pyx_c_powf' [-Wunused-function]
              static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                         ^
      pyyawt/src/_pyyawt.c:22489:49: warning: unused function '__pyx_t_double_complex_from_parts' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) {
                                                      ^
      pyyawt/src/_pyyawt.c:22499:30: warning: unused function '__Pyx_c_eq' [-Wunused-function]
          static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                   ^
      pyyawt/src/_pyyawt.c:22502:49: warning: unused function '__Pyx_c_sum' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                      ^
      pyyawt/src/_pyyawt.c:22508:49: warning: unused function '__Pyx_c_diff' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                      ^
      pyyawt/src/_pyyawt.c:22520:49: warning: unused function '__Pyx_c_quot' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                      ^
      pyyawt/src/_pyyawt.c:22527:49: warning: unused function '__Pyx_c_neg' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex a) {
                                                      ^
      pyyawt/src/_pyyawt.c:22533:30: warning: unused function '__Pyx_c_is_zero' [-Wunused-function]
          static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) {
                                   ^
      pyyawt/src/_pyyawt.c:22536:49: warning: unused function '__Pyx_c_conj' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex a) {
                                                      ^
      pyyawt/src/_pyyawt.c:22550:53: warning: unused function '__Pyx_c_pow' [-Wunused-function]
              static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                          ^
      pyyawt/src/_pyyawt.c:22624:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
      static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                     ^
      pyyawt/src/_pyyawt.c:22650:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
      static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                                ^
      pyyawt/src/_pyyawt.c:17251:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew1' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) {
                                     ^
      pyyawt/src/_pyyawt.c:17301:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew2' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) {
                                     ^
      pyyawt/src/_pyyawt.c:17351:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew3' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) {
                                     ^
      pyyawt/src/_pyyawt.c:17401:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew4' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) {
                                     ^
      pyyawt/src/_pyyawt.c:17451:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew5' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) {
                                     ^
      pyyawt/src/_pyyawt.c:18259:27: warning: unused function '__pyx_f_5numpy_set_array_base' [-Wunused-function]
      static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
                                ^
      pyyawt/src/_pyyawt.c:18355:32: warning: unused function '__pyx_f_5numpy_get_array_base' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) {
                                     ^
      In file included from pyyawt/src/kiss_fft.c:16:
      In file included from pyyawt/src/_kiss_fft_guts.h:19:
      pyyawt/src/kiss_fft.h:8:10: fatal error: 'malloc.h' file not found
      #include <malloc.h>
               ^~~~~~~~~~
      1 error generated.
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/symlets.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/utility.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/vaidyanathan.c
      pyyawt/src/utility.c:554:11: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
            if (strcmp(mode,ei[count].extMethodName) == 0)
                ^
      pyyawt/src/utility.c:554:11: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
      3 warnings generated.
      6 warnings generated.
      1 warning generated.
      46 warnings generated.
      error: Command "x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math -DPY_EXTENSION -Ipyyawt/src -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.macosx-10.9-x86_64-3.10/numpy/distutils/include -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c pyyawt/src/cwt.c -o build/temp.macosx-10.9-x86_64-cpython-310/pyyawt/src/cwt.o -MMD -MF build/temp.macosx-10.9-x86_64-cpython-310/pyyawt/src/cwt.o.d -msse -msse2 -msse3" failed with exit status 1
      INFO:
      ########### EXT COMPILER OPTIMIZATION ###########
      INFO: Platform      :
        Architecture: x64
        Compiler    : clang

      CPU baseline  :
        Requested   : 'min'
        Enabled     : SSE SSE2 SSE3
        Flags       : -msse -msse2 -msse3
        Extra checks: none

      CPU dispatch  :
        Requested   : 'max -xop -fma4'
        Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
        Generated   : none
      INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /private/var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/pip-install-0stgmyb5/pyyawt_22b217494c9a4ff3ba2573028a6b1601/build/temp.macosx-10.9-x86_64-cpython-310/ccompiler_opt_cache_ext.py
      [end of output]

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

  × Running setup.py install for pyyawt did not run successfully.
  │ exit code: 1
  ╰─> [713 lines of output]
      /private/var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/pip-install-0stgmyb5/pyyawt_22b217494c9a4ff3ba2573028a6b1601/setup.py:52: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
        import imp
      /private/var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/pip-install-0stgmyb5/pyyawt_22b217494c9a4ff3ba2573028a6b1601/setup.py:191: DeprecationWarning:

        `numpy.distutils` is deprecated since NumPy 1.23.0, as a result
        of the deprecation of `distutils` itself. It will be removed for
        Python >= 3.12. For older Python versions it will remain present.
        It is recommended to use `setuptools < 60.0` for those Python versions.
        For more details, see:
          https://numpy.org/devdocs/reference/distutils_status_migration.html

        from numpy.distutils.core import setup
      running install
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/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 config_cc
      INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
      running config_fc
      INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
      running build_src
      INFO: build_src
      INFO: building py_modules sources
      INFO: building extension "pyyawt._pyyawt" sources
      INFO: building data_files sources
      INFO: build_src: building npy-pkg config files
      running build_py
      copying pyyawt/version.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      copying build/src.macosx-10.9-x86_64-3.10/pyyawt/__config__.py -> build/lib.macosx-10.9-x86_64-cpython-310/pyyawt
      running build_ext
      INFO: customize UnixCCompiler
      INFO: customize UnixCCompiler using build_ext
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-march=native)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils
      creating /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks
      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-march=native'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-O3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-O3'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror=switch)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-Werror=switch'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-Werror'
      INFO: CCompilerOpt.__init__[1782] : check requested baseline
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse2'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE' with flags (-msse -msse2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE2' with flags (-msse -msse2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse3'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -Werror=switch -Werror'
      INFO: CCompilerOpt.__init__[1791] : check requested dispatch-able features
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mssse3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mssse3'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.1)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse4.1'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mpopcnt)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mpopcnt'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse4.2'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mf16c)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mf16c'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mfma)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mfma'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx2'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512f -mno-mmx)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512f -mno-mmx'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512cd)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512cd'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512vl -mavx512bw -mavx512dq'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vnni)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512vnni'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512ifma -mavx512vbmi)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512ifma -mavx512vbmi'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512er -mavx512pf)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx512er -mavx512pf'
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror=switch -Werror'
      INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq'
      WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/test_flags.c -o /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/test_flags.o -MMD -MF /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/test_flags.o.d -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) failed with exit status 1 output ->
      clang-14: error: unknown argument: '-mavx5124fmaps'
      clang-14: error: unknown argument: '-mavx5124vnniw'

      WARN: CCompilerOpt.cc_test_flags[1077] : testing failed
      INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror=switch -Werror'
      WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c -o /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.o -MMD -MF /var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/tmpw44lvubi/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror=switch -Werror) failed with exit status 1 output ->
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:9: error: implicit declaration of function '_mm512_4fmadd_ps' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
          b = _mm512_4fmadd_ps(b, b, b, b, b, NULL);
              ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:9: note: did you mean '_mm512_fmadd_ps'?
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/clang/14.0.4/include/avx512fintrin.h:2720:1: note: '_mm512_fmadd_ps' declared here
      _mm512_fmadd_ps(__m512 __A, __m512 __B, __m512 __C)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:7: error: assigning to '__m512' (vector of 16 'float' values) from incompatible type 'int'
          b = _mm512_4fmadd_ps(b, b, b, b, b, NULL);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:9: error: implicit declaration of function '_mm512_4dpwssd_epi32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
          a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL);
              ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:9: note: did you mean '_mm512_dpwssd_epi32'?
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/clang/14.0.4/include/avx512vnniintrin.h:68:1: note: '_mm512_dpwssd_epi32' declared here
      _mm512_dpwssd_epi32(__m512i __S, __m512i __A, __m512i __B)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:7: error: assigning to '__m512i' (vector of 8 'long long' values) from incompatible type 'int'
          a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      4 errors generated.

      WARN: CCompilerOpt.feature_test[1563] : testing failed
      INFO: CCompilerOpt.__init__[1803] : skip features (SSE3 SSE SSE2) since its part of baseline
      INFO: CCompilerOpt.__init__[1807] : initialize targets groups
      INFO: CCompilerOpt.__init__[1809] : parse target group simd_test
      INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX3 VSX2 FMA4 VXE2 XOP VX NEON VSX4 VXE ASIMD VSX) not part of baseline or dispatch-able features
      INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2)
      INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.macosx-10.9-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
      INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror=switch -Werror'
      INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror=switch -Werror'
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      INFO: compile options: '-I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror=switch -Werror'
      INFO: building 'pyyawt._pyyawt' extension
      INFO: compiling C sources
      INFO: C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math

      creating build/temp.macosx-10.9-x86_64-cpython-310/pyyawt
      creating build/temp.macosx-10.9-x86_64-cpython-310/pyyawt/src
      INFO: compile options: '-DPY_EXTENSION -Ipyyawt/src -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.macosx-10.9-x86_64-3.10/numpy/distutils/include -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c'
      extra options: '-msse -msse2 -msse3'
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/_pyyawt.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/bathlets.cINFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/beylkin.c

      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/bior.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/bior_t.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/coiflets.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/cowt.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/cwt.c
      pyyawt/src/bior.c:248:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                ^
      pyyawt/src/bior.c:248:25: warning: unused variable 'pFilterCoefMirror' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                              ^
      pyyawt/src/bior.c:433:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                ^
      pyyawt/src/bior.c:433:25: warning: unused variable 'pFilterCoefMirror' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                              ^
      pyyawt/src/bior.c:619:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                ^
      pyyawt/src/bior.c:619:25: warning: unused variable 'pFilterCoefMirror' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                              ^
      pyyawt/src/bathlets.c:466:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef;
                ^
      pyyawt/src/bior.c:804:11: warning: unused variable 'pFilterCoef' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                ^
      pyyawt/src/bior.c:804:25: warning: unused variable 'pFilterCoefMirror' [-Wunused-variable]
        double *pFilterCoef, *pFilterCoefMirror;
                              ^
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/daubechies.c
      pyyawt/src/bior_t.c:363:1: warning: unused function 'bspline_init' [-Wunused-function]
      bspline_init (const double **h1, const double **g1,
      ^
      1 warning generated.
      1 warning generated.
      8 warnings generated.
      In file included from pyyawt/src/cwt.c:24:
      pyyawt/src/kiss_fft.h:8:10: fatal error: 'malloc.h' file not found
      #include <malloc.h>
               ^~~~~~~~~~
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/dmey.c
      1 error generated.
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/dwt1d.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/dwt2d.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/dwt3d.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/farras.c
      In file included from pyyawt/src/_pyyawt.c:244:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1948:
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with "          "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
      #warning "Using deprecated NumPy API, disable it with " \
       ^
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/haar.c
      pyyawt/src/dwt1d.c:99:11: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
            if (strcmp(wname,wi[count].wname) == 0)
                ^
      pyyawt/src/dwt1d.c:99:11: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
      pyyawt/src/dwt1d.c:235:4: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
                strcpy(*str1,ei[count].extMethodName);
                ^
      pyyawt/src/dwt1d.c:235:4: note: include the header <string.h> or explicitly provide a declaration for 'strcpy'
      pyyawt/src/dwt2d.c:318:7: warning: variable 'filterOutLength' set but not used [-Wunused-but-set-variable]
        int filterOutLength;
            ^
      pyyawt/src/dwt2d.c:413:7: warning: variable 'filterOutLength' set but not used [-Wunused-but-set-variable]
        int filterOutLength;
            ^
      pyyawt/src/dwt2d.c:415:8: warning: unused variable 'c' [-Wunused-variable]
        char c='b';
             ^
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/kingsbury.c
      pyyawt/src/dwt1d.c:1186:8: warning: unused variable 'c' [-Wunused-variable]
        char c='a';
             ^
      pyyawt/src/dwt2d.c:814:7: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
        if (strcmp (coefType, "h") == 0)
            ^
      pyyawt/src/dwt2d.c:814:7: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
      pyyawt/src/dwt2d.c:1396:7: warning: variable 'filterOutLength' set but not used [-Wunused-but-set-variable]
        int filterOutLength;
            ^
      pyyawt/src/dwt2d.c:1398:8: warning: unused variable 'c' [-Wunused-variable]
        char c='b';
             ^
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/kiss_fft.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/legendre.c
      pyyawt/src/_pyyawt.c:17558:134: warning: code will never be executed [-Wunreachable-code]
          __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 794; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                           ^~~~~~~
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/swt.c
      pyyawt/src/_pyyawt.c:20912:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                           ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
            PyUnicode_WSTR_LENGTH(op) :                    \
            ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:22: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                           ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
            ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
                   ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                           ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
             PyUnicode_WSTR_LENGTH(op)))
             ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                         ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
            PyUnicode_WSTR_LENGTH(op) :                    \
            ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:52: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                         ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
            ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
                   ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20912:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                          (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                         ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
             PyUnicode_WSTR_LENGTH(op)))
             ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                               ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
            PyUnicode_WSTR_LENGTH(op) :                    \
            ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:26: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                               ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
            ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
                   ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                               ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
             PyUnicode_WSTR_LENGTH(op)))
             ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                                ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
            PyUnicode_WSTR_LENGTH(op) :                    \
            ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:59: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                                ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
            ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
                   ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:20928:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                              (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                                                                ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
             PyUnicode_WSTR_LENGTH(op)))
             ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
      #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                        ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
      Py_DEPRECATED(3.3)
      ^
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      pyyawt/src/_pyyawt.c:21882:26: warning: code will never be executed [-Wunreachable-code]
                      module = PyImport_ImportModuleLevelObject(
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      In file included from pyyawt/src/_pyyawt.c:244:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5:
      In file included from /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:21:
      /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include/numpy/__multiarray_api.h:1477:1: warning: unused function '_import_array' [-Wunused-function]
      _import_array(void)
      ^
      pyyawt/src/_pyyawt.c:22960:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
      static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
                                     ^
      pyyawt/src/_pyyawt.c:23075:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
      static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                      ^
      pyyawt/src/_pyyawt.c:23137:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
      static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                      ^
      pyyawt/src/_pyyawt.c:22369:48: warning: unused function '__pyx_t_float_complex_from_parts' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) {
                                                     ^
      pyyawt/src/_pyyawt.c:22379:30: warning: unused function '__Pyx_c_eqf' [-Wunused-function]
          static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                   ^
      pyyawt/src/_pyyawt.c:22382:48: warning: unused function '__Pyx_c_sumf' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                     ^
      pyyawt/src/_pyyawt.c:22388:48: warning: unused function '__Pyx_c_difff' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                     ^
      pyyawt/src/_pyyawt.c:22400:48: warning: unused function '__Pyx_c_quotf' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                     ^
      pyyawt/src/_pyyawt.c:22407:48: warning: unused function '__Pyx_c_negf' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex a) {
                                                     ^
      pyyawt/src/_pyyawt.c:22413:30: warning: unused function '__Pyx_c_is_zerof' [-Wunused-function]
          static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) {
                                   ^
      pyyawt/src/_pyyawt.c:22416:48: warning: unused function '__Pyx_c_conjf' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex a) {
                                                     ^
      pyyawt/src/_pyyawt.c:22430:52: warning: unused function '__Pyx_c_powf' [-Wunused-function]
              static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                         ^
      pyyawt/src/_pyyawt.c:22489:49: warning: unused function '__pyx_t_double_complex_from_parts' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) {
                                                      ^
      pyyawt/src/_pyyawt.c:22499:30: warning: unused function '__Pyx_c_eq' [-Wunused-function]
          static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                   ^
      pyyawt/src/_pyyawt.c:22502:49: warning: unused function '__Pyx_c_sum' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                      ^
      pyyawt/src/_pyyawt.c:22508:49: warning: unused function '__Pyx_c_diff' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                      ^
      pyyawt/src/_pyyawt.c:22520:49: warning: unused function '__Pyx_c_quot' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                      ^
      pyyawt/src/_pyyawt.c:22527:49: warning: unused function '__Pyx_c_neg' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex a) {
                                                      ^
      pyyawt/src/_pyyawt.c:22533:30: warning: unused function '__Pyx_c_is_zero' [-Wunused-function]
          static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) {
                                   ^
      pyyawt/src/_pyyawt.c:22536:49: warning: unused function '__Pyx_c_conj' [-Wunused-function]
          static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex a) {
                                                      ^
      pyyawt/src/_pyyawt.c:22550:53: warning: unused function '__Pyx_c_pow' [-Wunused-function]
              static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                          ^
      pyyawt/src/_pyyawt.c:22624:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
      static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                     ^
      pyyawt/src/_pyyawt.c:22650:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
      static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                                ^
      pyyawt/src/_pyyawt.c:17251:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew1' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) {
                                     ^
      pyyawt/src/_pyyawt.c:17301:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew2' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) {
                                     ^
      pyyawt/src/_pyyawt.c:17351:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew3' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) {
                                     ^
      pyyawt/src/_pyyawt.c:17401:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew4' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) {
                                     ^
      pyyawt/src/_pyyawt.c:17451:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew5' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) {
                                     ^
      pyyawt/src/_pyyawt.c:18259:27: warning: unused function '__pyx_f_5numpy_set_array_base' [-Wunused-function]
      static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
                                ^
      pyyawt/src/_pyyawt.c:18355:32: warning: unused function '__pyx_f_5numpy_get_array_base' [-Wunused-function]
      static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) {
                                     ^
      In file included from pyyawt/src/kiss_fft.c:16:
      In file included from pyyawt/src/_kiss_fft_guts.h:19:
      pyyawt/src/kiss_fft.h:8:10: fatal error: 'malloc.h' file not found
      #include <malloc.h>
               ^~~~~~~~~~
      1 error generated.
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/symlets.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/utility.c
      INFO: x86_64-apple-darwin13.4.0-clang: pyyawt/src/vaidyanathan.c
      pyyawt/src/utility.c:554:11: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
            if (strcmp(mode,ei[count].extMethodName) == 0)
                ^
      pyyawt/src/utility.c:554:11: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
      3 warnings generated.
      6 warnings generated.
      1 warning generated.
      46 warnings generated.
      error: Command "x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -fPIC -O2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -D_FORTIFY_SOURCE=2 -isystem /Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include -ftrapping-math -DPY_EXTENSION -Ipyyawt/src -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.macosx-10.9-x86_64-3.10/numpy/distutils/include -I/Users/benjaminsmith/opt/anaconda3/envs/sklearn-dev/include/python3.10 -c pyyawt/src/cwt.c -o build/temp.macosx-10.9-x86_64-cpython-310/pyyawt/src/cwt.o -MMD -MF build/temp.macosx-10.9-x86_64-cpython-310/pyyawt/src/cwt.o.d -msse -msse2 -msse3" failed with exit status 1
      INFO:
      ########### EXT COMPILER OPTIMIZATION ###########
      INFO: Platform      :
        Architecture: x64
        Compiler    : clang

      CPU baseline  :
        Requested   : 'min'
        Enabled     : SSE SSE2 SSE3
        Flags       : -msse -msse2 -msse3
        Extra checks: none

      CPU dispatch  :
        Requested   : 'max -xop -fma4'
        Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
        Generated   : none
      INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /private/var/folders/cj/4mb6t1f906j397tj71pxfxz00000gn/T/pip-install-0stgmyb5/pyyawt_22b217494c9a4ff3ba2573028a6b1601/build/temp.macosx-10.9-x86_64-cpython-310/ccompiler_opt_cache_ext.py
      [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.
╰─> pyyawt

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