gunthercox / ChatterBot

ChatterBot is a machine learning, conversational dialog engine for creating chat bots
https://chatterbot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14k stars 4.43k forks source link

VisualStudio related errors during installation #2297

Open sonyakun opened 1 year ago

sonyakun commented 1 year ago

I got the following error after running pip install chatterbot.

Collecting chatterbot
  Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB)
Collecting pyyaml<5.2,>=5.1
  Using cached PyYAML-5.1.2.tar.gz (265 kB)
  Preparing metadata (setup.py) ... done
Collecting mathparse<0.2,>=0.1
  Using cached mathparse-0.1.2-py3-none-any.whl (7.2 kB)
Collecting sqlalchemy<1.3,>=1.2
  Using cached SQLAlchemy-1.2.19.tar.gz (5.7 MB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: pymongo<4.0,>=3.3 in c:\users\hm74c\appdata\local\programs\python\python310\lib\site-packages (from chatterbot) (3.12.3)
Collecting pint>=0.8.1
  Using cached Pint-0.20.1-py3-none-any.whl (269 kB)
Collecting python-dateutil<2.8,>=2.7
  Using cached python_dateutil-2.7.5-py2.py3-none-any.whl (225 kB)
Collecting spacy<2.2,>=2.1
  Using cached spacy-2.1.9.tar.gz (30.7 MB)
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [399 lines of output]
      Collecting setuptools
        Using cached setuptools-67.6.0-py3-none-any.whl (1.1 MB)
      Collecting wheel<0.33.0,>0.32.0
        Using cached wheel-0.32.3-py2.py3-none-any.whl (21 kB)
      Collecting Cython
        Using cached Cython-0.29.33-py2.py3-none-any.whl (987 kB)
      Collecting cymem<2.1.0,>=2.0.2
        Using cached cymem-2.0.7-cp310-cp310-win_amd64.whl (29 kB)
      Collecting preshed<2.1.0,>=2.0.1
        Using cached preshed-2.0.1.tar.gz (113 kB)
        Preparing metadata (setup.py): started
        Preparing metadata (setup.py): finished with status 'done'
      Collecting murmurhash<1.1.0,>=0.28.0
        Using cached murmurhash-1.0.9-cp310-cp310-win_amd64.whl (18 kB)
      Collecting thinc<7.1.0,>=7.0.8
        Using cached thinc-7.0.8.tar.gz (1.9 MB)
        Preparing metadata (setup.py): started
        Preparing metadata (setup.py): finished with status 'done'
      Collecting blis<0.3.0,>=0.2.1
        Using cached blis-0.2.4.tar.gz (1.5 MB)
        Preparing metadata (setup.py): started
        Preparing metadata (setup.py): finished with status 'done'
      Collecting wasabi<1.1.0,>=0.0.9
        Using cached wasabi-0.10.1-py3-none-any.whl (26 kB)
      Collecting srsly<1.1.0,>=0.0.6
        Using cached srsly-1.0.6-cp310-cp310-win_amd64.whl (196 kB)
      Collecting numpy>=1.7.0
        Using cached numpy-1.24.2-cp310-cp310-win_amd64.whl (14.8 MB)
      Collecting plac<1.0.0,>=0.9.6
        Using cached plac-0.9.6-py2.py3-none-any.whl (20 kB)
      Collecting tqdm<5.0.0,>=4.10.0
        Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)
      Collecting colorama
        Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
      Building wheels for collected packages: preshed, thinc, blis
        Building wheel for preshed (setup.py): started
        Building wheel for preshed (setup.py): finished with status 'error'
        error: subprocess-exited-with-error

        python setup.py bdist_wheel did not run successfully.
        exit code: 1

        [45 lines of output]
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
          warnings.warn(
        running bdist_wheel
        running build
        running build_py
        creating build
        creating build\lib.win-amd64-cpython-310
        creating build\lib.win-amd64-cpython-310\preshed
        copying preshed\about.py -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\__init__.py -> build\lib.win-amd64-cpython-310\preshed
        creating build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\tests\test_counter.py -> build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\tests\test_hashing.py -> build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\tests\test_pop.py -> build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\tests\__init__.py -> build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\counter.pyx -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\maps.pyx -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\counter.pxd -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\maps.pxd -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\__init__.pxd -> build\lib.win-amd64-cpython-310\preshed
        running build_ext
        building 'preshed.maps' extension
        creating build\temp.win-amd64-cpython-310
        creating build\temp.win-amd64-cpython-310\Release
        creating build\temp.win-amd64-cpython-310\Release\preshed
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tppreshed/maps.cpp /Fobuild\temp.win-amd64-cpython-310\Release\preshed/maps.obj /Ox /EHsc
        maps.cpp
        preshed/maps.cpp(5728): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5740): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5749): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5755): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5761): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5767): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(6129): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
        preshed/maps.cpp(6145): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
        preshed/maps.cpp(8447): error C3861: '_PyGen_Send': 識別子が見つかりませんでした
        preshed/maps.cpp(8452): error C3861: '_PyGen_Send': 識別子が見つかりませんでした
        preshed/maps.cpp(8536): error C3861: '_PyGen_Send': 識別子が見つかりませんでした
        error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
        [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for preshed
        Running setup.py clean for preshed
        Building wheel for thinc (setup.py): started
        Building wheel for thinc (setup.py): finished with status 'error'
        error: subprocess-exited-with-error

        python setup.py bdist_wheel did not run successfully.
        exit code: 1

        [221 lines of output]
        running bdist_wheel
        running build
        running build_py
        creating build
        creating build\lib.win-amd64-cpython-310
        creating build\lib.win-amd64-cpython-310\thinc
        copying thinc\about.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\api.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\check.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\compat.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\describe.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\exceptions.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\i2v.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\loss.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\misc.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\rates.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\t2t.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\t2v.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\v2v.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\__init__.py -> build\lib.win-amd64-cpython-310\thinc
        creating build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\conftest.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\strategies.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\test_api_funcs.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\test_util.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\util.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests
        creating build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_about.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_affine.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_beam_search.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_check_exceptions.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_difference.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_feature_extracter.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_hash_embed.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_imports.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_linear.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_loss.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_mem.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_model.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_ops.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_pickle.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_pooling.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_pytorch_wrapper.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_rates.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_rnn.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        creating build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_affine_learns.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_basic_tagger.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_batch_norm.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_feed_forward.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_mnist.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_pickle.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_roundtrip_bytes.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_shape_check.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        creating build\lib.win-amd64-cpython-310\thinc\tests\linear
        copying thinc\tests\linear\test_avgtron.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
        copying thinc\tests\linear\test_linear.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
        copying thinc\tests\linear\test_sparse_array.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
        copying thinc\tests\linear\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
        creating build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\__init__.py -> build\lib.win-amd64-cpython-310\thinc\linear
        creating build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\mem.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\pooling.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\train.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\util.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\vec2vec.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\vecs2vec.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\vecs2vecs.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\_lsuv.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\__init__.py -> build\lib.win-amd64-cpython-310\thinc\neural
        creating build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\datasets.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\hpbff.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\load_nlp.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\visualizer.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\wrappers.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\__init__.py -> build\lib.win-amd64-cpython-310\thinc\extra
        creating build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\affine.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\attention.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\batchnorm.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\convolution.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\difference.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\elu.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\embed.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\encoder_decoder.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\feature_extracter.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\feed_forward.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\function_layer.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\hash_embed.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\layernorm.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\maxout.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\model.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\multiheaded_attention.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\relu.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\resnet.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\rnn.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\selu.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\softmax.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\static_vectors.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\__init__.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        creating build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        copying thinc\extra\_vendorized\keras_datasets.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        copying thinc\extra\_vendorized\keras_data_utils.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        copying thinc\extra\_vendorized\keras_generic_utils.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        copying thinc\extra\_vendorized\__init__.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        creating build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\extra\wrapt\decorators.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\extra\wrapt\importer.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\extra\wrapt\wrappers.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\extra\wrapt\__init__.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\linalg.pyx -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\structs.pyx -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\typedefs.pyx -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\cpu.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\linalg.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\structs.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\typedefs.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\compile_time_constants.pxi -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\linalg.cpp -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\structs.cpp -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\typedefs.cpp -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\linear\avgtron.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\features.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\linear.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\serialize.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\sparse.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\avgtron.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\features.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\serialize.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\sparse.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\avgtron.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\features.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\linear.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\serialize.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\sparse.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\neural\ops.pyx -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\optimizers.pyx -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\_aligned_alloc.pyx -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\cpu.pxd -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\ops.pxd -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\ops.cpp -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\optimizers.cpp -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\_aligned_alloc.cpp -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\extra\cache.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\eg.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\mb.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\search.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\cache.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\eg.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\mb.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\search.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\cache.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\eg.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\mb.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\search.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
        running build_ext
        building 'thinc.linalg' extension
        creating build\temp.win-amd64-cpython-310
        creating build\temp.win-amd64-cpython-310\Release
        creating build\temp.win-amd64-cpython-310\Release\thinc
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-91wx619h\thinc_6db60a25850645ea81a593713c355dc1\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tpthinc/linalg.cpp /Fobuild\temp.win-amd64-cpython-310\Release\thinc/linalg.obj /Ox /EHsc
        linalg.cpp
        thinc/linalg.cpp(1922): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linalg.cpp(2362): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linalg.cpp(2409): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linalg.cpp(2576): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linalg.cpp(3244): warning C4244: '引数': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。 データが失われる可能性があります。
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\libs /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310 /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22000.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22000.0\\um\x64" /EXPORT:PyInit_linalg build\temp.win-amd64-cpython-310\Release\thinc/linalg.obj /OUT:build\lib.win-amd64-cpython-310\thinc\linalg.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\thinc\linalg.cp310-win_amd64.lib
           ライブラリ build\temp.win-amd64-cpython-310\Release\thinc\linalg.cp310-win_amd64.lib とオブジェクト build\temp.win-amd64-cpython-310\Release\thinc\linalg.cp310-win_amd64.exp を作成中
        コード生成しています。
        コード生成が終了しました。
        building 'thinc.structs' extension
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-91wx619h\thinc_6db60a25850645ea81a593713c355dc1\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tpthinc/structs.cpp /Fobuild\temp.win-amd64-cpython-310\Release\thinc/structs.obj /Ox /EHsc
        structs.cpp
        thinc/structs.cpp(2732): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。デ ータが失われる可能性があります。
        thinc/structs.cpp(2899): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。デ ータが失われる可能性があります。
        thinc/structs.cpp(3567): warning C4244: '引数': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\libs /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310 /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22000.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22000.0\\um\x64" /EXPORT:PyInit_structs build\temp.win-amd64-cpython-310\Release\thinc/structs.obj /OUT:build\lib.win-amd64-cpython-310\thinc\structs.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\thinc\structs.cp310-win_amd64.lib
           ライブラリ build\temp.win-amd64-cpython-310\Release\thinc\structs.cp310-win_amd64.lib とオブジェクト build\temp.win-amd64-cpython-310\Release\thinc\structs.cp310-win_amd64.exp を作成中
        コード生成しています。
        コード生成が終了しました。
        building 'thinc.typedefs' extension
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-91wx619h\thinc_6db60a25850645ea81a593713c355dc1\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tpthinc/typedefs.cpp /Fobuild\temp.win-amd64-cpython-310\Release\thinc/typedefs.obj /Ox /EHsc
        typedefs.cpp
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\libs /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310 /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22000.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22000.0\\um\x64" /EXPORT:PyInit_typedefs build\temp.win-amd64-cpython-310\Release\thinc/typedefs.obj /OUT:build\lib.win-amd64-cpython-310\thinc\typedefs.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\thinc\typedefs.cp310-win_amd64.lib
           ライブラリ build\temp.win-amd64-cpython-310\Release\thinc\typedefs.cp310-win_amd64.lib とオブジェクト build\temp.win-amd64-cpython-310\Release\thinc\typedefs.cp310-win_amd64.exp を作成中
        コード生成しています。
        コード生成が終了しました。
        building 'thinc.linear.avgtron' extension
        creating build\temp.win-amd64-cpython-310\Release\thinc\linear
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-91wx619h\thinc_6db60a25850645ea81a593713c355dc1\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tpthinc/linear/avgtron.cpp /Fobuild\temp.win-amd64-cpython-310\Release\thinc/linear/avgtron.obj /Ox /EHsc
        avgtron.cpp
        thinc/linear/avgtron.cpp(4608): warning C4244: '引数': 'int' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(6756): warning C4244: '=': 'int' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です 。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(7391): warning C4244: '引数': 'int' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(7401): warning C4244: '=': 'int' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です 。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9261): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9270): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9279): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9307): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9576): warning C4244: '=': 'long' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9612): warning C4244: '=': 'long' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9800): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9816): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(11246): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換 です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(11413): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換 です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(12081): warning C4244: '引数': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(14031): error C2105: '++' には左辺値が必要です。
        thinc/linear/avgtron.cpp(14033): error C2105: '--' には左辺値が必要です。
        thinc/linear/avgtron.cpp(15112): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
        thinc/linear/avgtron.cpp(15128): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
        error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
        [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for thinc
        Running setup.py clean for thinc
        Building wheel for blis (setup.py): started
        Building wheel for blis (setup.py): finished with status 'error'
        error: subprocess-exited-with-error

        python setup.py bdist_wheel did not run successfully.
        exit code: 1

        [25 lines of output]
        BLIS_COMPILER? None
        running bdist_wheel
        running build
        running build_py
        creating build
        creating build\lib.win-amd64-cpython-310
        creating build\lib.win-amd64-cpython-310\blis
        copying blis\about.py -> build\lib.win-amd64-cpython-310\blis
        copying blis\benchmark.py -> build\lib.win-amd64-cpython-310\blis
        copying blis\__init__.py -> build\lib.win-amd64-cpython-310\blis
        creating build\lib.win-amd64-cpython-310\blis\tests
        copying blis\tests\common.py -> build\lib.win-amd64-cpython-310\blis\tests
        copying blis\tests\test_dotv.py -> build\lib.win-amd64-cpython-310\blis\tests
        copying blis\tests\test_gemm.py -> build\lib.win-amd64-cpython-310\blis\tests
        copying blis\tests\__init__.py -> build\lib.win-amd64-cpython-310\blis\tests
        copying blis\cy.pyx -> build\lib.win-amd64-cpython-310\blis
        copying blis\py.pyx -> build\lib.win-amd64-cpython-310\blis
        copying blis\cy.pxd -> build\lib.win-amd64-cpython-310\blis
        copying blis\__init__.pxd -> build\lib.win-amd64-cpython-310\blis
        running build_ext
        error: [WinError 2] 指定されたファイルが見つかりません。
        msvc
        py_compiler msvc
        {'LS_COLORS': 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:', 'HOSTTYPE': 'x86_64', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANG': 'C.UTF-8', 'OLDPWD': '/home/matt/repos/flame-blis', 'VIRTUAL_ENV': '/home/matt/repos/cython-blis/env3.6', 'USER': 'matt', 'PWD': '/home/matt/repos/cython-blis', 'HOME': '/home/matt', 'NAME': 'LAPTOP-OMKOB3VM', 'XDG_DATA_DIRS': '/usr/local/share:/usr/share:/var/lib/snapd/desktop', 'SHELL': '/bin/bash', 'TERM': 'xterm-256color', 'SHLVL': '1', 'LOGNAME': 'matt', 'PATH': '/home/matt/repos/cython-blis/env3.6/bin:/tmp/google-cloud-sdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Users/matt/Documents/cmder/vendor/conemu-maximus5/ConEmu/Scripts:/mnt/c/Users/matt/Documents/cmder/vendor/conemu-maximus5:/mnt/c/Users/matt/Documents/cmder/vendor/conemu-maximus5/ConEmu:/mnt/c/Python37/Scripts:/mnt/c/Python37:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/iCLS:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/iCLS:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files/Intel/WiFi/bin:/mnt/c/Program Files/Common Files/Intel/WirelessCommon:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/LLVM/bin:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Windows/System32/OpenSSH:/mnt/c/Program Files/nodejs:/mnt/c/Users/matt/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/matt/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/matt/AppData/Roaming/npm:/snap/bin:/mnt/c/Program Files/Oracle/VirtualBox', 'PS1': '(env3.6) \\[\\e]0;\\u@\\h: \\w\\a\\]${debian_chroot:+($debian_chroot)}\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ ', 'VAGRANT_HOME': '/home/matt/.vagrant.d/', 'LESSOPEN': '| /usr/bin/lesspipe %s', '_': '/home/matt/repos/cython-blis/env3.6/bin/python'}
        clang -c C:\Users\hm74c\AppData\Local\Temp\pip-install-91wx619h\blis_9615cf7e32b541f79306aefaef5ffa53\blis\_src\config\bulldozer\bli_cntx_init_bulldozer.c -o C:\Users\hm74c\AppData\Local\Temp\tmpb8wta6ye\bli_cntx_init_bulldozer.o -O2 -funroll-all-loops -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.0-6" -DBLIS_IS_BUILDING_LIBRARY -Iinclude\windows-x86_64 -I.\frame\3\ -I.\frame\ind\ukernels\ -I.\frame\1m\ -I.\frame\1f\ -I.\frame\1\ -I.\frame\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-91wx619h\blis_9615cf7e32b541f79306aefaef5ffa53\blis\_src\include\windows-x86_64
        [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for blis
        Running setup.py clean for blis
      Failed to build preshed thinc blis
      Installing collected packages: wasabi, plac, cymem, wheel, srsly, setuptools, preshed, numpy, murmurhash, Cython, colorama, tqdm, blis, thinc
        Running setup.py install for preshed: started
        Running setup.py install for preshed: finished with status 'error'
        error: subprocess-exited-with-error

        Running setup.py install for preshed did not run successfully.
        exit code: 1

        [13 lines of output]
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
          warnings.warn(
        running install
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
          warnings.warn(
        running build
        running build_py
        running build_ext
        building 'preshed.maps' extension
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tppreshed/maps.cpp /Fobuild\temp.win-amd64-cpython-310\Release\preshed/maps.obj /Ox /EHsc
        maps.cpp
        c1xx: fatal error C1083: ソース ファイルを開けません。'preshed/maps.cpp':No such file or directory
        error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
        [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.

      preshed

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

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

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

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

(Since this is a Japanese-language environment, some parts are in Japanese.)

sonyakun commented 1 year ago

Using python3.7.8 (venv)

Collecting chatterbot
  Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB)
Requirement already satisfied: pytz in c:\users\hm74c\appdata\local\programs\python\python310\lib\site-packages (from chatterbot) (2022.7.1)
Collecting nltk<4.0,>=3.2
  Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB)
Requirement already satisfied: pymongo<4.0,>=3.3 in c:\users\hm74c\appdata\local\programs\python\python310\lib\site-packages (from chatterbot) (3.12.3)
Collecting spacy<2.2,>=2.1
  Using cached spacy-2.1.9.tar.gz (30.7 MB)
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [399 lines of output]
      Collecting setuptools
        Using cached setuptools-67.6.0-py3-none-any.whl (1.1 MB)
      Collecting wheel<0.33.0,>0.32.0
        Using cached wheel-0.32.3-py2.py3-none-any.whl (21 kB)
      Collecting Cython
        Using cached Cython-0.29.33-py2.py3-none-any.whl (987 kB)
      Collecting cymem<2.1.0,>=2.0.2
        Using cached cymem-2.0.7-cp310-cp310-win_amd64.whl (29 kB)
      Collecting preshed<2.1.0,>=2.0.1
        Using cached preshed-2.0.1.tar.gz (113 kB)
        Preparing metadata (setup.py): started
        Preparing metadata (setup.py): finished with status 'done'
      Collecting murmurhash<1.1.0,>=0.28.0
        Using cached murmurhash-1.0.9-cp310-cp310-win_amd64.whl (18 kB)
      Collecting thinc<7.1.0,>=7.0.8
        Using cached thinc-7.0.8.tar.gz (1.9 MB)
        Preparing metadata (setup.py): started
        Preparing metadata (setup.py): finished with status 'done'
      Collecting blis<0.3.0,>=0.2.1
        Using cached blis-0.2.4.tar.gz (1.5 MB)
        Preparing metadata (setup.py): started
        Preparing metadata (setup.py): finished with status 'done'
      Collecting wasabi<1.1.0,>=0.0.9
        Using cached wasabi-0.10.1-py3-none-any.whl (26 kB)
      Collecting srsly<1.1.0,>=0.0.6
        Using cached srsly-1.0.6-cp310-cp310-win_amd64.whl (196 kB)
      Collecting numpy>=1.7.0
        Using cached numpy-1.24.2-cp310-cp310-win_amd64.whl (14.8 MB)
      Collecting plac<1.0.0,>=0.9.6
        Using cached plac-0.9.6-py2.py3-none-any.whl (20 kB)
      Collecting tqdm<5.0.0,>=4.10.0
        Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)
      Collecting colorama
        Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
      Building wheels for collected packages: preshed, thinc, blis
        Building wheel for preshed (setup.py): started
        Building wheel for preshed (setup.py): finished with status 'error'
        error: subprocess-exited-with-error

        python setup.py bdist_wheel did not run successfully.
        exit code: 1

        [45 lines of output]
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
          warnings.warn(
        running bdist_wheel
        running build
        running build_py
        creating build
        creating build\lib.win-amd64-cpython-310
        creating build\lib.win-amd64-cpython-310\preshed
        copying preshed\about.py -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\__init__.py -> build\lib.win-amd64-cpython-310\preshed
        creating build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\tests\test_counter.py -> build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\tests\test_hashing.py -> build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\tests\test_pop.py -> build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\tests\__init__.py -> build\lib.win-amd64-cpython-310\preshed\tests
        copying preshed\counter.pyx -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\maps.pyx -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\counter.pxd -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\maps.pxd -> build\lib.win-amd64-cpython-310\preshed
        copying preshed\__init__.pxd -> build\lib.win-amd64-cpython-310\preshed
        running build_ext
        building 'preshed.maps' extension
        creating build\temp.win-amd64-cpython-310
        creating build\temp.win-amd64-cpython-310\Release
        creating build\temp.win-amd64-cpython-310\Release\preshed
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tppreshed/maps.cpp /Fobuild\temp.win-amd64-cpython-310\Release\preshed/maps.obj /Ox /EHsc
        maps.cpp
        preshed/maps.cpp(5728): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5740): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5749): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5755): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5761): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(5767): error C2039: 'tp_print': '_typeobject' のメンバーではありません
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\include\cpython/object.h(191): note: '_typeobject' の宣言を確認してください
        preshed/maps.cpp(6129): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
        preshed/maps.cpp(6145): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
        preshed/maps.cpp(8447): error C3861: '_PyGen_Send': 識別子が見つかりませんでした
        preshed/maps.cpp(8452): error C3861: '_PyGen_Send': 識別子が見つかりませんでした
        preshed/maps.cpp(8536): error C3861: '_PyGen_Send': 識別子が見つかりませんでした
        error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
        [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for preshed
        Running setup.py clean for preshed
        Building wheel for thinc (setup.py): started
        Building wheel for thinc (setup.py): finished with status 'error'
        error: subprocess-exited-with-error

        python setup.py bdist_wheel did not run successfully.
        exit code: 1

        [221 lines of output]
        running bdist_wheel
        running build
        running build_py
        creating build
        creating build\lib.win-amd64-cpython-310
        creating build\lib.win-amd64-cpython-310\thinc
        copying thinc\about.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\api.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\check.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\compat.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\describe.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\exceptions.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\i2v.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\loss.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\misc.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\rates.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\t2t.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\t2v.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\v2v.py -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\__init__.py -> build\lib.win-amd64-cpython-310\thinc
        creating build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\conftest.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\strategies.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\test_api_funcs.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\test_util.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\util.py -> build\lib.win-amd64-cpython-310\thinc\tests
        copying thinc\tests\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests
        creating build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_about.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_affine.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_beam_search.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_check_exceptions.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_difference.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_feature_extracter.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_hash_embed.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_imports.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_linear.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_loss.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_mem.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_model.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_ops.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_pickle.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_pooling.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_pytorch_wrapper.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_rates.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\test_rnn.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        copying thinc\tests\unit\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
        creating build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_affine_learns.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_basic_tagger.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_batch_norm.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_feed_forward.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_mnist.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_pickle.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_roundtrip_bytes.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\test_shape_check.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        copying thinc\tests\integration\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
        creating build\lib.win-amd64-cpython-310\thinc\tests\linear
        copying thinc\tests\linear\test_avgtron.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
        copying thinc\tests\linear\test_linear.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
        copying thinc\tests\linear\test_sparse_array.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
        copying thinc\tests\linear\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
        creating build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\__init__.py -> build\lib.win-amd64-cpython-310\thinc\linear
        creating build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\mem.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\pooling.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\train.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\util.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\vec2vec.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\vecs2vec.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\vecs2vecs.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\_lsuv.py -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\__init__.py -> build\lib.win-amd64-cpython-310\thinc\neural
        creating build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\datasets.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\hpbff.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\load_nlp.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\visualizer.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\wrappers.py -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\__init__.py -> build\lib.win-amd64-cpython-310\thinc\extra
        creating build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\affine.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\attention.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\batchnorm.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\convolution.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\difference.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\elu.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\embed.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\encoder_decoder.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\feature_extracter.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\feed_forward.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\function_layer.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\hash_embed.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\layernorm.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\maxout.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\model.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\multiheaded_attention.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\relu.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\resnet.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\rnn.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\selu.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\softmax.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\static_vectors.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        copying thinc\neural\_classes\__init__.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
        creating build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        copying thinc\extra\_vendorized\keras_datasets.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        copying thinc\extra\_vendorized\keras_data_utils.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        copying thinc\extra\_vendorized\keras_generic_utils.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        copying thinc\extra\_vendorized\__init__.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
        creating build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\extra\wrapt\decorators.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\extra\wrapt\importer.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\extra\wrapt\wrappers.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\extra\wrapt\__init__.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
        copying thinc\linalg.pyx -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\structs.pyx -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\typedefs.pyx -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\cpu.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\linalg.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\structs.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\typedefs.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\compile_time_constants.pxi -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\linalg.cpp -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\structs.cpp -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\typedefs.cpp -> build\lib.win-amd64-cpython-310\thinc
        copying thinc\linear\avgtron.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\features.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\linear.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\serialize.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\sparse.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\avgtron.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\features.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\serialize.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\sparse.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\avgtron.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\features.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\linear.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\serialize.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\linear\sparse.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
        copying thinc\neural\ops.pyx -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\optimizers.pyx -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\_aligned_alloc.pyx -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\cpu.pxd -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\ops.pxd -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\ops.cpp -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\optimizers.cpp -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\neural\_aligned_alloc.cpp -> build\lib.win-amd64-cpython-310\thinc\neural
        copying thinc\extra\cache.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\eg.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\mb.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\search.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\cache.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\eg.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\mb.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\search.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\cache.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\eg.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\mb.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
        copying thinc\extra\search.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
        running build_ext
        building 'thinc.linalg' extension
        creating build\temp.win-amd64-cpython-310
        creating build\temp.win-amd64-cpython-310\Release
        creating build\temp.win-amd64-cpython-310\Release\thinc
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-2i6y71ln\thinc_9c101c8f96874497a42d5dc4e8c2d44d\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tpthinc/linalg.cpp /Fobuild\temp.win-amd64-cpython-310\Release\thinc/linalg.obj /Ox /EHsc
        linalg.cpp
        thinc/linalg.cpp(1922): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linalg.cpp(2362): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linalg.cpp(2409): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linalg.cpp(2576): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linalg.cpp(3244): warning C4244: '引数': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。 データが失われる可能性があります。
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\libs /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310 /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22000.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22000.0\\um\x64" /EXPORT:PyInit_linalg build\temp.win-amd64-cpython-310\Release\thinc/linalg.obj /OUT:build\lib.win-amd64-cpython-310\thinc\linalg.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\thinc\linalg.cp310-win_amd64.lib
           ライブラリ build\temp.win-amd64-cpython-310\Release\thinc\linalg.cp310-win_amd64.lib とオブジェクト build\temp.win-amd64-cpython-310\Release\thinc\linalg.cp310-win_amd64.exp を作成中
        コード生成しています。
        コード生成が終了しました。
        building 'thinc.structs' extension
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-2i6y71ln\thinc_9c101c8f96874497a42d5dc4e8c2d44d\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tpthinc/structs.cpp /Fobuild\temp.win-amd64-cpython-310\Release\thinc/structs.obj /Ox /EHsc
        structs.cpp
        thinc/structs.cpp(2732): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。デ ータが失われる可能性があります。
        thinc/structs.cpp(2899): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。デ ータが失われる可能性があります。
        thinc/structs.cpp(3567): warning C4244: '引数': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\libs /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310 /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22000.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22000.0\\um\x64" /EXPORT:PyInit_structs build\temp.win-amd64-cpython-310\Release\thinc/structs.obj /OUT:build\lib.win-amd64-cpython-310\thinc\structs.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\thinc\structs.cp310-win_amd64.lib
           ライブラリ build\temp.win-amd64-cpython-310\Release\thinc\structs.cp310-win_amd64.lib とオブジェクト build\temp.win-amd64-cpython-310\Release\thinc\structs.cp310-win_amd64.exp を作成中
        コード生成しています。
        コード生成が終了しました。
        building 'thinc.typedefs' extension
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-2i6y71ln\thinc_9c101c8f96874497a42d5dc4e8c2d44d\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tpthinc/typedefs.cpp /Fobuild\temp.win-amd64-cpython-310\Release\thinc/typedefs.obj /Ox /EHsc
        typedefs.cpp
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\libs /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310 /LIBPATH:C:\Users\hm74c\AppData\Local\Programs\Python\Python310\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22000.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22000.0\\um\x64" /EXPORT:PyInit_typedefs build\temp.win-amd64-cpython-310\Release\thinc/typedefs.obj /OUT:build\lib.win-amd64-cpython-310\thinc\typedefs.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\thinc\typedefs.cp310-win_amd64.lib
           ライブラリ build\temp.win-amd64-cpython-310\Release\thinc\typedefs.cp310-win_amd64.lib とオブジェクト build\temp.win-amd64-cpython-310\Release\thinc\typedefs.cp310-win_amd64.exp を作成中
        コード生成しています。
        コード生成が終了しました。
        building 'thinc.linear.avgtron' extension
        creating build\temp.win-amd64-cpython-310\Release\thinc\linear
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-2i6y71ln\thinc_9c101c8f96874497a42d5dc4e8c2d44d\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tpthinc/linear/avgtron.cpp /Fobuild\temp.win-amd64-cpython-310\Release\thinc/linear/avgtron.obj /Ox /EHsc
        avgtron.cpp
        thinc/linear/avgtron.cpp(4608): warning C4244: '引数': 'int' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(6756): warning C4244: '=': 'int' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です 。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(7391): warning C4244: '引数': 'int' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(7401): warning C4244: '=': 'int' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です 。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9261): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9270): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9279): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9307): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9576): warning C4244: '=': 'long' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9612): warning C4244: '=': 'long' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9800): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(9816): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(11246): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換 です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(11413): warning C4244: '=': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換 です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(12081): warning C4244: '引数': 'double' から '__pyx_t_5thinc_8typedefs_weight_t' への変換です。データが失われる可能性があります。
        thinc/linear/avgtron.cpp(14031): error C2105: '++' には左辺値が必要です。
        thinc/linear/avgtron.cpp(14033): error C2105: '--' には左辺値が必要です。
        thinc/linear/avgtron.cpp(15112): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
        thinc/linear/avgtron.cpp(15128): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
        error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
        [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for thinc
        Running setup.py clean for thinc
        Building wheel for blis (setup.py): started
        Building wheel for blis (setup.py): finished with status 'error'
        error: subprocess-exited-with-error

        python setup.py bdist_wheel did not run successfully.
        exit code: 1

        [25 lines of output]
        BLIS_COMPILER? None
        running bdist_wheel
        running build
        running build_py
        creating build
        creating build\lib.win-amd64-cpython-310
        creating build\lib.win-amd64-cpython-310\blis
        copying blis\about.py -> build\lib.win-amd64-cpython-310\blis
        copying blis\benchmark.py -> build\lib.win-amd64-cpython-310\blis
        copying blis\__init__.py -> build\lib.win-amd64-cpython-310\blis
        creating build\lib.win-amd64-cpython-310\blis\tests
        copying blis\tests\common.py -> build\lib.win-amd64-cpython-310\blis\tests
        copying blis\tests\test_dotv.py -> build\lib.win-amd64-cpython-310\blis\tests
        copying blis\tests\test_gemm.py -> build\lib.win-amd64-cpython-310\blis\tests
        copying blis\tests\__init__.py -> build\lib.win-amd64-cpython-310\blis\tests
        copying blis\cy.pyx -> build\lib.win-amd64-cpython-310\blis
        copying blis\py.pyx -> build\lib.win-amd64-cpython-310\blis
        copying blis\cy.pxd -> build\lib.win-amd64-cpython-310\blis
        copying blis\__init__.pxd -> build\lib.win-amd64-cpython-310\blis
        running build_ext
        error: [WinError 2] 指定されたファイルが見つかりません。
        msvc
        py_compiler msvc
        {'LS_COLORS': 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:', 'HOSTTYPE': 'x86_64', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANG': 'C.UTF-8', 'OLDPWD': '/home/matt/repos/flame-blis', 'VIRTUAL_ENV': '/home/matt/repos/cython-blis/env3.6', 'USER': 'matt', 'PWD': '/home/matt/repos/cython-blis', 'HOME': '/home/matt', 'NAME': 'LAPTOP-OMKOB3VM', 'XDG_DATA_DIRS': '/usr/local/share:/usr/share:/var/lib/snapd/desktop', 'SHELL': '/bin/bash', 'TERM': 'xterm-256color', 'SHLVL': '1', 'LOGNAME': 'matt', 'PATH': '/home/matt/repos/cython-blis/env3.6/bin:/tmp/google-cloud-sdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Users/matt/Documents/cmder/vendor/conemu-maximus5/ConEmu/Scripts:/mnt/c/Users/matt/Documents/cmder/vendor/conemu-maximus5:/mnt/c/Users/matt/Documents/cmder/vendor/conemu-maximus5/ConEmu:/mnt/c/Python37/Scripts:/mnt/c/Python37:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/iCLS:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/iCLS:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files/Intel/WiFi/bin:/mnt/c/Program Files/Common Files/Intel/WirelessCommon:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/LLVM/bin:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Windows/System32/OpenSSH:/mnt/c/Program Files/nodejs:/mnt/c/Users/matt/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/matt/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/matt/AppData/Roaming/npm:/snap/bin:/mnt/c/Program Files/Oracle/VirtualBox', 'PS1': '(env3.6) \\[\\e]0;\\u@\\h: \\w\\a\\]${debian_chroot:+($debian_chroot)}\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ ', 'VAGRANT_HOME': '/home/matt/.vagrant.d/', 'LESSOPEN': '| /usr/bin/lesspipe %s', '_': '/home/matt/repos/cython-blis/env3.6/bin/python'}
        clang -c C:\Users\hm74c\AppData\Local\Temp\pip-install-2i6y71ln\blis_079f60148a764c938dc88240133cef9b\blis\_src\config\bulldozer\bli_cntx_init_bulldozer.c -o C:\Users\hm74c\AppData\Local\Temp\tmptsd5x_tz\bli_cntx_init_bulldozer.o -O2 -funroll-all-loops -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.0-6" -DBLIS_IS_BUILDING_LIBRARY -Iinclude\windows-x86_64 -I.\frame\3\ -I.\frame\ind\ukernels\ -I.\frame\1m\ -I.\frame\1f\ -I.\frame\1\ -I.\frame\include -IC:\Users\hm74c\AppData\Local\Temp\pip-install-2i6y71ln\blis_079f60148a764c938dc88240133cef9b\blis\_src\include\windows-x86_64
        [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for blis
        Running setup.py clean for blis
      Failed to build preshed thinc blis
      Installing collected packages: wasabi, plac, cymem, wheel, srsly, setuptools, preshed, numpy, murmurhash, Cython, colorama, tqdm, blis, thinc
        Running setup.py install for preshed: started
        Running setup.py install for preshed: finished with status 'error'
        error: subprocess-exited-with-error

        Running setup.py install for preshed did not run successfully.
        exit code: 1

        [13 lines of output]
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
          warnings.warn(
        running install
        C:\Users\hm74c\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
          warnings.warn(
        running build
        running build_py
        running build_ext
        building 'preshed.maps' extension
        "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\include -IC:\Users\hm74c\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tppreshed/maps.cpp /Fobuild\temp.win-amd64-cpython-310\Release\preshed/maps.obj /Ox /EHsc
        maps.cpp
        c1xx: fatal error C1083: ソース ファイルを開けません。'preshed/maps.cpp':No such file or directory
        error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
        [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.

      preshed

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

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

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
geeky-devil commented 11 months ago

I am also getting similar error, though i haven't tried on older py versions.
have you tried using VS Code 2019 ? i did some differences in the features provided. In my case it says setuptools.installer is depreciated.

error

I ended up installing 1.0.4 version. Let me know if VS Code 2019 works.

geeky-devil commented 11 months ago

works with python 3.7.0.

image