Install Fails on Windows Python 3.10 Instance

I have pasted the stdout for reference. The cython hack worked for linux, but is showing issues on windows. Any insight will be helpful thanks!

Defaulting to user installation because normal site-packages is not writeable
Collecting kwant
  Using cached kwant-1.4.3.tar.gz (1.6 MB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy>=1.11.0 in c:\users\spandan anupam\appdata\roaming\python\python310\site-packages (from kwant) (1.22.0)
Requirement already satisfied: scipy>=0.17.0 in c:\users\spandan anupam\appdata\roaming\python\python310\site-packages (from kwant) (1.7.2)
Collecting tinyarray>=1.2
  Using cached tinyarray-1.2.4.tar.gz (37 kB)
  Preparing metadata (setup.py) ... done
Building wheels for collected packages: kwant, tinyarray
  Building wheel for kwant (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:\Program Files\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Spandan Anupam\\AppData\\Local\\Temp\\pip-install-xmojukdd\\kwant_7c939a2e67c84732bf247507b837e2aa\\setup.py'"'"'; __file__='"'"'C:\\Users\\Spandan Anupam\\AppData\\Local\\Temp\\pip-install-xmojukdd\\kwant_7c939a2e67c84732bf247507b837e2aa\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Spandan Anupam\AppData\Local\Temp\pip-wheel-wgm7fab1'
       cwd: C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\kwant_7c939a2e67c84732bf247507b837e2aa\
  Complete output (317 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.10
  creating build\lib.win-amd64-3.10\kwant
  copying kwant\builder.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\digest.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\kpm.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\lattice.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\plotter.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\qsymm.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\rmt.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\system.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\version.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\wraparound.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\_colormaps.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\_common.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\_kwant_version.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\_plotter.py -> build\lib.win-amd64-3.10\kwant
  copying kwant\__init__.py -> build\lib.win-amd64-3.10\kwant
  creating build\lib.win-amd64-3.10\kwant\continuum
  copying kwant\continuum\discretizer.py -> build\lib.win-amd64-3.10\kwant\continuum
  copying kwant\continuum\_common.py -> build\lib.win-amd64-3.10\kwant\continuum
  copying kwant\continuum\__init__.py -> build\lib.win-amd64-3.10\kwant\continuum
  creating build\lib.win-amd64-3.10\kwant\graph
  copying kwant\graph\defs.py -> build\lib.win-amd64-3.10\kwant\graph
  copying kwant\graph\__init__.py -> build\lib.win-amd64-3.10\kwant\graph
  creating build\lib.win-amd64-3.10\kwant\linalg
  copying kwant\linalg\cmumps.py -> build\lib.win-amd64-3.10\kwant\linalg
  copying kwant\linalg\decomp_ev.py -> build\lib.win-amd64-3.10\kwant\linalg
  copying kwant\linalg\decomp_lu.py -> build\lib.win-amd64-3.10\kwant\linalg
  copying kwant\linalg\decomp_schur.py -> build\lib.win-amd64-3.10\kwant\linalg
  copying kwant\linalg\fortran_helpers.py -> build\lib.win-amd64-3.10\kwant\linalg
  copying kwant\linalg\lll.py -> build\lib.win-amd64-3.10\kwant\linalg
  copying kwant\linalg\mumps.py -> build\lib.win-amd64-3.10\kwant\linalg
  copying kwant\linalg\__init__.py -> build\lib.win-amd64-3.10\kwant\linalg
  creating build\lib.win-amd64-3.10\kwant\physics
  copying kwant\physics\dispersion.py -> build\lib.win-amd64-3.10\kwant\physics
  copying kwant\physics\gauge.py -> build\lib.win-amd64-3.10\kwant\physics
  copying kwant\physics\leads.py -> build\lib.win-amd64-3.10\kwant\physics
  copying kwant\physics\noise.py -> build\lib.win-amd64-3.10\kwant\physics
  copying kwant\physics\symmetry.py -> build\lib.win-amd64-3.10\kwant\physics
  copying kwant\physics\__init__.py -> build\lib.win-amd64-3.10\kwant\physics
  creating build\lib.win-amd64-3.10\kwant\solvers
  copying kwant\solvers\common.py -> build\lib.win-amd64-3.10\kwant\solvers
  copying kwant\solvers\default.py -> build\lib.win-amd64-3.10\kwant\solvers
  copying kwant\solvers\mumps.py -> build\lib.win-amd64-3.10\kwant\solvers
  copying kwant\solvers\sparse.py -> build\lib.win-amd64-3.10\kwant\solvers
  copying kwant\solvers\__init__.py -> build\lib.win-amd64-3.10\kwant\solvers
  creating build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_builder.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_comprehensive.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_kpm.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_lattice.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_operator.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_plotter.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_qsymm.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_rmt.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_system.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\test_wraparound.py -> build\lib.win-amd64-3.10\kwant\tests
  copying kwant\tests\__init__.py -> build\lib.win-amd64-3.10\kwant\tests
  creating build\lib.win-amd64-3.10\kwant\continuum\tests
  copying kwant\continuum\tests\test_common.py -> build\lib.win-amd64-3.10\kwant\continuum\tests
  copying kwant\continuum\tests\test_discretizer.py -> build\lib.win-amd64-3.10\kwant\continuum\tests
  copying kwant\continuum\tests\__init__.py -> build\lib.win-amd64-3.10\kwant\continuum\tests
  creating build\lib.win-amd64-3.10\kwant\graph\tests
  copying kwant\graph\tests\test_core.py -> build\lib.win-amd64-3.10\kwant\graph\tests
  copying kwant\graph\tests\test_scotch.py -> build\lib.win-amd64-3.10\kwant\graph\tests
  copying kwant\graph\tests\__init__.py -> build\lib.win-amd64-3.10\kwant\graph\tests
  creating build\lib.win-amd64-3.10\kwant\linalg\tests
  copying kwant\linalg\tests\test_linalg.py -> build\lib.win-amd64-3.10\kwant\linalg\tests
  copying kwant\linalg\tests\test_lll.py -> build\lib.win-amd64-3.10\kwant\linalg\tests
  copying kwant\linalg\tests\test_mumps.py -> build\lib.win-amd64-3.10\kwant\linalg\tests
  copying kwant\linalg\tests\_test_utils.py -> build\lib.win-amd64-3.10\kwant\linalg\tests
  copying kwant\linalg\tests\__init__.py -> build\lib.win-amd64-3.10\kwant\linalg\tests
  creating build\lib.win-amd64-3.10\kwant\physics\tests
  copying kwant\physics\tests\test_dispersion.py -> build\lib.win-amd64-3.10\kwant\physics\tests
  copying kwant\physics\tests\test_gauge.py -> build\lib.win-amd64-3.10\kwant\physics\tests
  copying kwant\physics\tests\test_leads.py -> build\lib.win-amd64-3.10\kwant\physics\tests
  copying kwant\physics\tests\test_noise.py -> build\lib.win-amd64-3.10\kwant\physics\tests
  copying kwant\physics\tests\test_symmetry.py -> build\lib.win-amd64-3.10\kwant\physics\tests
  copying kwant\physics\tests\__init__.py -> build\lib.win-amd64-3.10\kwant\physics\tests
  creating build\lib.win-amd64-3.10\kwant\solvers\tests
  copying kwant\solvers\tests\test_mumps.py -> build\lib.win-amd64-3.10\kwant\solvers\tests
  copying kwant\solvers\tests\test_sparse.py -> build\lib.win-amd64-3.10\kwant\solvers\tests
  copying kwant\solvers\tests\_test_sparse.py -> build\lib.win-amd64-3.10\kwant\solvers\tests
  copying kwant\solvers\tests\__init__.py -> build\lib.win-amd64-3.10\kwant\solvers\tests
  copying kwant\operator.pxd -> build\lib.win-amd64-3.10\kwant
  copying kwant\graph\core.pxd -> build\lib.win-amd64-3.10\kwant\graph
  copying kwant\graph\c_scotch.pxd -> build\lib.win-amd64-3.10\kwant\graph
  copying kwant\graph\defs.pxd -> build\lib.win-amd64-3.10\kwant\graph
  copying kwant\graph\defs.h -> build\lib.win-amd64-3.10\kwant\graph
  copying kwant\linalg\cmumps.pxd -> build\lib.win-amd64-3.10\kwant\linalg
  running build_ext
  building 'kwant._system' extension
  creating build\temp.win-amd64-3.10
  creating build\temp.win-amd64-3.10\Release
  creating build\temp.win-amd64-3.10\Release\kwant
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ikwant/graph -IC:\Users\Spandan Anupam\AppData\Roaming\Python\Python310\site-packages\numpy\core\include -IC:\Program Files\Python310\include -IC:\Program Files\Python310\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\cppwinrt /Tckwant/_system.c /Fobuild\temp.win-amd64-3.10\Release\kwant/_system.obj
  _system.c
  C:\Users\Spandan Anupam\AppData\Roaming\Python\Python310\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
  kwant/_system.c(1801): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(1807): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(3731): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(5002): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(5217): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(6404): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(6626): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(7383): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(7583): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(8415): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(8633): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(8637): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(8708): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(8773): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(8777): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(8896): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(8959): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(10971): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(11028): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(11799): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(11831): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(11906): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(11927): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(11959): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(11981): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12013): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12035): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12067): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12089): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12121): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12143): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12175): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12197): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12261): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(12298): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13055): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13075): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13110): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13132): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13203): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13232): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13342): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13371): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13481): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13510): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13617): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13665): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13883): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13914): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13939): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(13964): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14047): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14070): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14124): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14148): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14215): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14238): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14295): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14315): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14338): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(14504): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15129): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15177): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15458): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15490): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15607): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15641): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15673): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15698): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15758): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15792): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15818): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15854): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15890): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15926): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15962): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(15997): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16028): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16061): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16088): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16122): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16149): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16176): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16334): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16408): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16439): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16473): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16502): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16542): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16748): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16782): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16811): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16833): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(16908): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(17014): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(17308): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(17347): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(17564): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(17594): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(17709): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(17752): error C2039: 'use_tracing': is not a member of '_ts'
  C:\Program Files\Python310\include\cpython/pystate.h(62): note: see declaration of '_ts'
  kwant/_system.c(17752): fatal error C1003: error count exceeds 100; stopping compilation

  ************************************ Error ************************************
  The compilation of Kwant has failed.  Please examine the error message
  above and consult the installation instructions in README.rst.
  You might have to customize build.conf.

  Build configuration was:

  ['No MUMPS support']
  *******************************************************************************

  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
  ----------------------------------------
  ERROR: Failed building wheel for kwant
  Running setup.py clean for kwant
  Building wheel for tinyarray (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:\Program Files\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Spandan Anupam\\AppData\\Local\\Temp\\pip-install-xmojukdd\\tinyarray_52ad7a352177471ab40e679c50eb7b4e\\setup.py'"'"'; __file__='"'"'C:\\Users\\Spandan Anupam\\AppData\\Local\\Temp\\pip-install-xmojukdd\\tinyarray_52ad7a352177471ab40e679c50eb7b4e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Spandan Anupam\AppData\Local\Temp\pip-wheel-vqjpxzc2'
       cwd: C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\
  Complete output (47 lines):
  running bdist_wheel
  running build
  running build_ext
  building 'tinyarray' extension
  creating build
  creating build\temp.win-amd64-3.10
  creating build\temp.win-amd64-3.10\Release
  creating build\temp.win-amd64-3.10\Release\src
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Program Files\Python310\include -IC:\Program Files\Python310\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\cppwinrt /EHsc /Tpsrc/arithmetic.cc /Fobuild\temp.win-amd64-3.10\Release\src/arithmetic.obj
  arithmetic.cc
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(108): error C3646: 'object_size': unknown override specifier
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(130): note: see reference to class template instantiation 'Array<T>' being compiled
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(108): error C2059: syntax error: '('
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(108): error C2238: unexpected token(s) preceding ';'
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): error C2143: syntax error: missing ';' before 'Array<T>::object_size'
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): warning C4346: 'object_size': dependent name is not a type
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): note: prefix with 'typename' to indicate a type
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): warning C4346: 'Array<T>::object_size': dependent name is not a type
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): note: prefix with 'typename' to indicate a type
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(164): error C2988: unrecognizable template declaration/definition
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(164): error C2059: syntax error: '<end Parse>'
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(164): error C2143: syntax error: missing ';' before '{'
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(164): error C2447: '{': missing function header (old-style formal list?)
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\arithmetic.hh(31): error C2143: syntax error: missing ';' before '*'
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\arithmetic.hh(32): note: see reference to class template instantiation 'Binary_op<Op>' being compiled
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\arithmetic.hh(31): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\arithmetic.hh(31): error C2238: unexpected token(s) preceding ';'
  C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\conversion.hh(100): warning C4244: 'return': conversion from 'Py_ssize_t' to 'long', possible loss of data
  src/arithmetic.cc(134): error C2065: 'Binary_ufunc': undeclared identifier
  src/arithmetic.cc(134): error C2065: 'ufunc_dtable': undeclared identifier
  src/arithmetic.cc(135): error C2065: 'a': undeclared identifier
  src/arithmetic.cc(135): error C2275: 'PyObject': illegal use of this type as an expression
  C:\Program Files\Python310\include\object.h(109): note: see declaration of 'PyObject'
  src/arithmetic.cc(135): error C2065: 'b': undeclared identifier
  src/arithmetic.cc(135): error C2275: 'PyObject': illegal use of this type as an expression
  C:\Program Files\Python310\include\object.h(109): note: see declaration of 'PyObject'
  src/arithmetic.cc(136): error C2143: syntax error: missing ';' before '{'
  src/arithmetic.cc(136): error C2447: '{': missing function header (old-style formal list?)
  src/arithmetic.cc(258): error C2988: unrecognizable template declaration/definition
  src/arithmetic.cc(258): error C2143: syntax error: missing ';' before '*'
  src/arithmetic.cc(258): error C2065: 'Op': undeclared identifier
  src/arithmetic.cc(258): error C3200: 'unknown-type': invalid template argument for template parameter 'Op', expected a class template
  src/arithmetic.cc(258): error C2988: unrecognizable template declaration/definition
  src/arithmetic.cc(258): error C2059: syntax error: '='
  src/arithmetic.cc(258): error C2143: syntax error: missing ';' before '{'
  src/arithmetic.cc(258): error C2447: '{': missing function header (old-style formal list?)
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
  ----------------------------------------
  ERROR: Failed building wheel for tinyarray
  Running setup.py clean for tinyarray
Failed to build kwant tinyarray
Installing collected packages: tinyarray, kwant
    Running setup.py install for tinyarray ... error
    ERROR: Command errored out with exit status 1:
     command: 'C:\Program Files\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Spandan Anupam\\AppData\\Local\\Temp\\pip-install-xmojukdd\\tinyarray_52ad7a352177471ab40e679c50eb7b4e\\setup.py'"'"'; __file__='"'"'C:\\Users\\Spandan Anupam\\AppData\\Local\\Temp\\pip-install-xmojukdd\\tinyarray_52ad7a352177471ab40e679c50eb7b4e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Spandan Anupam\AppData\Local\Temp\pip-record-1ydv177r\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\Spandan Anupam\AppData\Roaming\Python\Python310\Include\tinyarray'
         cwd: C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\
    Complete output (47 lines):
    running install
    running build
    running build_ext
    building 'tinyarray' extension
    creating build
    creating build\temp.win-amd64-3.10
    creating build\temp.win-amd64-3.10\Release
    creating build\temp.win-amd64-3.10\Release\src
    C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Program Files\Python310\include -IC:\Program Files\Python310\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\cppwinrt /EHsc /Tpsrc/arithmetic.cc /Fobuild\temp.win-amd64-3.10\Release\src/arithmetic.obj
    arithmetic.cc
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(108): error C3646: 'object_size': unknown override specifier
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(130): note: see reference to class template instantiation 'Array<T>' being compiled
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(108): error C2059: syntax error: '('
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(108): error C2238: unexpected token(s) preceding ';'
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): error C2143: syntax error: missing ';' before 'Array<T>::object_size'
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): warning C4346: 'object_size': dependent name is not a type
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): note: prefix with 'typename' to indicate a type
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): warning C4346: 'Array<T>::object_size': dependent name is not a type
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(163): note: prefix with 'typename' to indicate a type
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(164): error C2988: unrecognizable template declaration/definition
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(164): error C2059: syntax error: '<end Parse>'
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(164): error C2143: syntax error: missing ';' before '{'
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\array.hh(164): error C2447: '{': missing function header (old-style formal list?)
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\arithmetic.hh(31): error C2143: syntax error: missing ';' before '*'
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\arithmetic.hh(32): note: see reference to class template instantiation 'Binary_op<Op>' being compiled
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\arithmetic.hh(31): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\arithmetic.hh(31): error C2238: unexpected token(s) preceding ';'
    C:\Users\Spandan Anupam\AppData\Local\Temp\pip-install-xmojukdd\tinyarray_52ad7a352177471ab40e679c50eb7b4e\src\conversion.hh(100): warning C4244: 'return': conversion from 'Py_ssize_t' to 'long', possible loss of data
    src/arithmetic.cc(134): error C2065: 'Binary_ufunc': undeclared identifier
    src/arithmetic.cc(134): error C2065: 'ufunc_dtable': undeclared identifier
    src/arithmetic.cc(135): error C2065: 'a': undeclared identifier
    src/arithmetic.cc(135): error C2275: 'PyObject': illegal use of this type as an expression
    C:\Program Files\Python310\include\object.h(109): note: see declaration of 'PyObject'
    src/arithmetic.cc(135): error C2065: 'b': undeclared identifier
    src/arithmetic.cc(135): error C2275: 'PyObject': illegal use of this type as an expression
    C:\Program Files\Python310\include\object.h(109): note: see declaration of 'PyObject'
    src/arithmetic.cc(136): error C2143: syntax error: missing ';' before '{'
    src/arithmetic.cc(136): error C2447: '{': missing function header (old-style formal list?)
    src/arithmetic.cc(258): error C2988: unrecognizable template declaration/definition
    src/arithmetic.cc(258): error C2143: syntax error: missing ';' before '*'
    src/arithmetic.cc(258): error C2065: 'Op': undeclared identifier
    src/arithmetic.cc(258): error C3200: 'unknown-type': invalid template argument for template parameter 'Op', expected a class template
    src/arithmetic.cc(258): error C2988: unrecognizable template declaration/definition
    src/arithmetic.cc(258): error C2059: syntax error: '='
    src/arithmetic.cc(258): error C2143: syntax error: missing ';' before '{'
    src/arithmetic.cc(258): error C2447: '{': missing function header (old-style formal list?)
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Program Files\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Spandan Anupam\\AppData\\Local\\Temp\\pip-install-xmojukdd\\tinyarray_52ad7a352177471ab40e679c50eb7b4e\\setup.py'"'"'; __file__='"'"'C:\\Users\\Spandan Anupam\\AppData\\Local\\Temp\\pip-install-xmojukdd\\tinyarray_52ad7a352177471ab40e679c50eb7b4e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Spandan Anupam\AppData\Local\Temp\pip-record-1ydv177r\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\Spandan Anupam\AppData\Roaming\Python\Python310\Include\tinyarray' Check the logs for full command output.
Edited by Spandan Anupam