Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

Home Page:https://agpt.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multidict dependency does nor compile on MacOS Sonoma 14.4.1 after "./run agent start [AGENTNAME]

ACDCLabs opened this issue · comments

⚠️ Search for existing issues first ⚠️

  • I have searched the existing issues, and there is no existing issue for my problem

Which Operating System are you using?

MacOS

Which version of AutoGPT are you using?

Latest Release

Do you use OpenAI GPT-3 or GPT-4?

GPT-3.5

Which area covers your issue best?

Installation and setup

Describe your issue.

Compiling on MacOS 14.4.1 fails compiling multidict after running ./run agent start [Agentname]. Python 3.12. See Below

Upload Activity Log Content

(base) norbert@Aludeckel Auto-GPT % ./run agent start Analyst
⌛ Running setup for agent 'Analyst'...
Removed the poetry environment at /Users/norbert/Library/Caches/pypoetry/virtualenvs/autogpt-forge-9Bcm8Tg3-py3.12.
Creating virtualenv autogpt-forge-9Bcm8Tg3-py3.12 in /Users/norbert/Library/Caches/pypoetry/virtualenvs
Installing dependencies from lock file

Package operations: 182 installs, 0 updates, 0 removals

  • Installing wrapt (1.16.0)
  • Installing zipp (3.17.0)
  • Installing attrs (23.2.0)
  • Installing deprecated (1.2.14)
  • Installing idna (3.6)
  • Installing importlib-metadata (6.11.0)
  • Installing pyasn1 (0.5.1)
  • Installing six (1.16.0)
  • Installing sniffio (1.3.0)
  • Installing anyio (4.2.0)
  • Installing asttokens (2.4.1)
  • Installing cachetools (5.3.2)
  • Installing certifi (2023.11.17)
  • Installing charset-normalizer (3.3.2)
  • Installing executing (2.0.1)
  • Installing frozenlist (1.4.1)
  • Installing h11 (0.14.0)
  • Installing multidict (6.0.4): Failed

ChefBuildError

Upload Error Log Content

copying multidict/py.typed -> build/lib.macosx-14.0-x86_64-cpython-312/multidict
running build_ext
building 'multidict._multidict' extension
creating build/temp.macosx-14.0-x86_64-cpython-312
creating build/temp.macosx-14.0-x86_64-cpython-312/multidict
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -I/private/var/folders/33/8sjf412n7ss41xlzfzth85qw0000gn/T/tmpo06x89fa/.venv/include -I/usr/local/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c multidict/_multidict.c -o build/temp.macosx-14.0-x86_64-cpython-312/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic
In file included from multidict/_multidict.c:9:
multidict/_multilib/iter.h:225:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
multidict_iter_init()
^
void
In file included from multidict/_multidict.c:10:
multidict/_multilib/views.h:388:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
multidict_views_init()
^
void
multidict/_multidict.c:458:37: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion]
static _PyArg_Parser _parser = {NULL, _keywords, "getall", 0};
^~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'

define NULL ((void*)0)

             ^~~~~~~~~~

multidict/_multidict.c:458:43: warning: incompatible pointer types initializing 'const char *' with an expression of type 'const char *const[3]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "getall", 0};
^~~~~~~~~
multidict/_multidict.c:458:54: warning: incompatible pointer types initializing 'const char *const *' with an expression of type 'char[7]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "getall", 0};
^~~~~~~~
multidict/_multidict.c:503:37: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion]
static _PyArg_Parser _parser = {NULL, _keywords, "getone", 0};
^~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'

define NULL ((void*)0)

             ^~~~~~~~~~

multidict/_multidict.c:503:43: warning: incompatible pointer types initializing 'const char *' with an expression of type 'const char *const[3]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "getone", 0};
^~~~~~~~~
multidict/_multidict.c:503:54: warning: incompatible pointer types initializing 'const char *const *' with an expression of type 'char[7]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "getone", 0};
^~~~~~~~
multidict/_multidict.c:538:37: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion]
static _PyArg_Parser _parser = {NULL, _keywords, "get", 0};
^~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'

define NULL ((void*)0)

             ^~~~~~~~~~

multidict/_multidict.c:538:43: warning: incompatible pointer types initializing 'const char *' with an expression of type 'const char *const[3]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "get", 0};
^~~~~~~~~
multidict/_multidict.c:538:54: warning: incompatible pointer types initializing 'const char *const *' with an expression of type 'char[4]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "get", 0};
^~~~~
multidict/_multidict.c:712:5: warning: 'UsingDeprecatedTrashcanMacro' is deprecated [-Wdeprecated-declarations]
Py_TRASHCAN_SAFE_BEGIN(self);
^
/usr/local/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12/cpython/object.h:551:9: note: expanded from macro 'Py_TRASHCAN_SAFE_BEGIN'
UsingDeprecatedTrashcanMacro cond=1;
^
/usr/local/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12/cpython/object.h:548:1: note: 'UsingDeprecatedTrashcanMacro' has been explicitly marked deprecated here
Py_DEPRECATED(3.11) typedef int UsingDeprecatedTrashcanMacro;
^
/usr/local/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) attribute((deprecated))
^
multidict/_multidict.c:780:37: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion]
static _PyArg_Parser _parser = {NULL, _keywords, "add", 0};
^~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'

define NULL ((void*)0)

             ^~~~~~~~~~

multidict/_multidict.c:780:43: warning: incompatible pointer types initializing 'const char *' with an expression of type 'const char *const[3]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "add", 0};
^~~~~~~~~
multidict/_multidict.c:780:54: warning: incompatible pointer types initializing 'const char *const *' with an expression of type 'char[4]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "add", 0};
^~~~~
multidict/_multidict.c:839:37: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion]
static _PyArg_Parser _parser = {NULL, _keywords, "setdefault", 0};
^~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'

define NULL ((void*)0)

             ^~~~~~~~~~

multidict/_multidict.c:839:43: warning: incompatible pointer types initializing 'const char *' with an expression of type 'const char *const[3]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "setdefault", 0};
^~~~~~~~~
multidict/_multidict.c:839:54: warning: incompatible pointer types initializing 'const char *const *' with an expression of type 'char[11]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "setdefault", 0};
^~~~~~~~~~~~
multidict/_multidict.c:875:37: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion]
static _PyArg_Parser _parser = {NULL, _keywords, "popone", 0};
^~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'

define NULL ((void*)0)

             ^~~~~~~~~~

multidict/_multidict.c:875:43: warning: incompatible pointer types initializing 'const char *' with an expression of type 'const char *const[3]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "popone", 0};
^~~~~~~~~
multidict/_multidict.c:875:54: warning: incompatible pointer types initializing 'const char *const *' with an expression of type 'char[7]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "popone", 0};
^~~~~~~~
multidict/_multidict.c:922:37: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion]
static _PyArg_Parser _parser = {NULL, _keywords, "pop", 0};
^~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'

define NULL ((void*)0)

             ^~~~~~~~~~

multidict/_multidict.c:922:43: warning: incompatible pointer types initializing 'const char *' with an expression of type 'const char *const[3]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "pop", 0};
^~~~~~~~~
multidict/_multidict.c:922:54: warning: incompatible pointer types initializing 'const char *const *' with an expression of type 'char[4]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "pop", 0};
^~~~~
multidict/_multidict.c:970:37: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion]
static _PyArg_Parser _parser = {NULL, _keywords, "popall", 0};
^~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'

define NULL ((void*)0)

             ^~~~~~~~~~

multidict/_multidict.c:970:43: warning: incompatible pointer types initializing 'const char *' with an expression of type 'const char *const[3]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "popall", 0};
^~~~~~~~~
multidict/_multidict.c:970:54: warning: incompatible pointer types initializing 'const char *const *' with an expression of type 'char[7]' [-Wincompatible-pointer-types]
static _PyArg_Parser _parser = {NULL, _keywords, "popall", 0};
^~~~~~~~
multidict/_multidict.c:1684:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
PyInit__multidict()
^
void
20 warnings and 8 errors generated.
error: command '/usr/bin/clang' failed with exit code 1

at /usr/local/Cellar/poetry/1.8.2/libexec/lib/python3.12/site-packages/poetry/installation/chef.py:164 in _prepare
160│
161│ error = ChefBuildError("\n\n".join(message_parts))
162│
163│ if error is not None:
→ 164│ raise error from None
165│
166│ return path
167│
168│ def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:

Note: This error originates from the build backend, and is likely not a problem with poetry but with multidict (6.0.4) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "multidict (==6.0.4)"'.

same issue

I also run into this issue

somehow I think when I install multidict it tries to build on my local machine instead of fetching the binary wheel. This is because I'm using python 3.12. I thought they fixed the issue, weird
aio-libs/multidict#887

using python 3.11 solves the problem

[~/Documents/AutoGPT/autogpts/autogpt]$ python3.11 -m venv venv                           [master]
[~/Documents/AutoGPT/autogpts/autogpt]$ source venv/bin/activate                          [master]
(venv) [~/Documents/AutoGPT/autogpts/autogpt]$ ./autogpt.sh                               [master]

I thought they fixed the issue

@dw61 Python 3.12 is supported since multidict v6.0.5. @ACDCLabs tries installing v6.0.4 which is one version older. The solution is not installing an unsupported version and upgrade to the supported one.

In other words, autogpt should upgrade its pins: https://github.com/Significant-Gravitas/AutoGPT/blob/fb8ed0b/autogpts/autogpt/poetry.lock#L3577-L3650.

@webknjaz I see, that make perfect sense, thanks!

Thanks for the answers.

I tried to bump the dependency versions by poetry lock, but the resolved thinc version doesn't have wheel for python3.12 either. Maybe wait the upstream dependencies release their wheels.

Note: This error originates from the build backend, and is likely not a problem with poetry but with thinc (8.1.12) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "thinc (==8.1.12)"'.
(venv) [~/Documents/AutoGPT/autogpts/autogpt]$ pip wheel --no-cache-dir --use-pep517 "thinc (==8.1.12)"
Collecting thinc==8.1.12
  Downloading thinc-8.1.12.tar.gz (190 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.9/190.9 kB 4.0 MB/s eta 0:00:00
  Installing build dependencies ... done


  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Collecting blis<0.8.0,>=0.7.8 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/blis-0.7.11-cp312-cp312-macosx_10_9_x86_64.whl
Collecting murmurhash<1.1.0,>=1.0.2 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/murmurhash-1.0.10-cp312-cp312-macosx_10_9_x86_64.whl
Collecting cymem<2.1.0,>=2.0.2 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/cymem-2.0.8-cp312-cp312-macosx_10_9_x86_64.whl
Collecting preshed<3.1.0,>=3.0.2 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/preshed-3.0.9-cp312-cp312-macosx_10_9_x86_64.whl
Collecting wasabi<1.2.0,>=0.8.1 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/wasabi-1.1.2-py3-none-any.whl
Collecting srsly<3.0.0,>=2.4.0 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/srsly-2.4.8-cp312-cp312-macosx_10_9_x86_64.whl
Collecting catalogue<2.1.0,>=2.0.4 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/catalogue-2.0.10-py3-none-any.whl
Collecting confection<1.0.0,>=0.0.1 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/confection-0.1.4-py3-none-any.whl
Collecting setuptools (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/setuptools-69.2.0-py3-none-any.whl
Collecting pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/pydantic-2.6.4-py3-none-any.whl
Collecting packaging>=20.0 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/packaging-24.0-py3-none-any.whl
Collecting numpy>=1.19.0 (from thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl
Collecting annotated-types>=0.4.0 (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/annotated_types-0.6.0-py3-none-any.whl
Collecting pydantic-core==2.16.3 (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/pydantic_core-2.16.3-cp312-cp312-macosx_10_12_x86_64.whl
Collecting typing-extensions>=4.6.1 (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->thinc==8.1.12)
  File was already downloaded /Users/wlt/Documents/AutoGPT/autogpts/autogpt/typing_extensions-4.10.0-py3-none-any.whl
Building wheels for collected packages: thinc
  Building wheel for thinc (pyproject.toml) ... error
  error: subprocess-exited-with-error
  
  × Building wheel for thinc (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [561 lines of output]
      Cythonizing sources
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.macosx-14.0-x86_64-cpython-312
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/config.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/compat.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/util.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/mypy.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/types.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/about.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/model.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/optimizers.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/api.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/loss.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/initializers.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/schedules.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/remap_ids.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_debug.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/mxnetwrapper.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/siamese.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/concatenate.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/reduce_sum.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/softmax_activation.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/hashembed.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/expand_window.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/list2padded.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_padded.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_nvtx_range.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/layernorm.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/maxout.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/add.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/embed.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/residual.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/reduce_first.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/chain.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/logistic.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/linear.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/gelu.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_cpu.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/torchscriptwrapper.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/mish.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/sigmoid_activation.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/pytorchwrapper.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_array.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/bidirectional.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/hard_swish.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/uniqued.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/padded2list.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/cauchysimilarity.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_array2d.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/strings2arrays.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_getitem.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_flatten_v2.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/clipped_linear.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_reshape.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/tensorflowwrapper.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/hard_swish_mobilenet.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/noop.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/relu.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/swish.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_signpost_interval.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/ragged2list.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/tuplify.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_ragged.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/list2ragged.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/map_list.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/dropout.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/reduce_last.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/list2array.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_list.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/lstm.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/reduce_max.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/with_flatten.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/resizable.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/sigmoid.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/multisoftmax.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/softmax.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/reduce_mean.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/array_getitem.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/dish.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/parametricattention.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/clone.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/mps_ops.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/_param_server.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/cupy_ops.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/_custom_kernels.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/ops.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/_cupy_allocators.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/conftest.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/strategies.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_schedules.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/util.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_initializers.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_optimizers.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_util.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_indexing.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_config.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_serialize.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_loss.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_import__all__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_examples.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      copying thinc/tests/test_types.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/extra
      copying thinc/extra/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/extra
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/shims
      copying thinc/shims/mxnet.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/shims
      copying thinc/shims/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/shims
      copying thinc/shims/tensorflow.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/shims
      copying thinc/shims/pytorch.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/shims
      copying thinc/shims/torchscript.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/shims
      copying thinc/shims/pytorch_grad_scaler.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/shims
      copying thinc/shims/shim.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/shims
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_with_flatten.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_hash_embed.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_layers_api.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_with_transforms.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_sparse_linear.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_uniqued.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_combinators.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_tensorflow_wrapper.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_resizable.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_mnist.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_feed_forward.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_torchscriptwrapper.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_reduce.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_mappers.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_transforms.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_linear.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_softmax.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_pytorch_wrapper.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_with_debug.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_mxnet_wrapper.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_shim.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_lstm.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      copying thinc/tests/layers/test_basic_tagger.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/layers
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/backends
      copying thinc/tests/backends/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/backends
      copying thinc/tests/backends/test_ops.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/backends
      copying thinc/tests/backends/test_mem.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/backends
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/extra
      copying thinc/tests/extra/test_beam_search.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/extra
      copying thinc/tests/extra/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/extra
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/shims
      copying thinc/tests/shims/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/shims
      copying thinc/tests/shims/test_pytorch_grad_scaler.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/shims
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy
      copying thinc/tests/mypy/test_mypy.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy
      copying thinc/tests/mypy/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/model
      copying thinc/tests/model/test_model.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/model
      copying thinc/tests/model/test_validation.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/model
      copying thinc/tests/model/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/model
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/regression
      copying thinc/tests/regression/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/regression
      copying thinc/tests/regression/test_issue208.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/regression
      copying thinc/tests/regression/test_issue564.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/regression
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/modules
      copying thinc/tests/mypy/modules/fail_no_plugin.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/modules
      copying thinc/tests/mypy/modules/success_no_plugin.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/modules
      copying thinc/tests/mypy/modules/fail_plugin.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/modules
      copying thinc/tests/mypy/modules/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/modules
      copying thinc/tests/mypy/modules/success_plugin.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/modules
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/regression/issue519
      copying thinc/tests/regression/issue519/test_issue519.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/regression/issue519
      copying thinc/tests/regression/issue519/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/regression/issue519
      copying thinc/tests/regression/issue519/program.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/regression/issue519
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/extra/tests
      copying thinc/extra/tests/__init__.py -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/extra/tests
      running egg_info
      writing thinc.egg-info/PKG-INFO
      writing dependency_links to thinc.egg-info/dependency_links.txt
      writing entry points to thinc.egg-info/entry_points.txt
      writing requirements to thinc.egg-info/requires.txt
      writing top-level names to thinc.egg-info/top_level.txt
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/arrayobject.h won't be automatically included in the manifest: the path must be relative
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/arrayscalars.h won't be automatically included in the manifest: the path must be relative
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/ndarrayobject.h won't be automatically included in the manifest: the path must be relative
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/ndarraytypes.h won't be automatically included in the manifest: the path must be relative
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/ufuncobject.h won't be automatically included in the manifest: the path must be relative
      dependency /usr/local/Cellar/python@3.12/3.12.2_1/Frameworks/Python.framework/Versions/3.12/include/python3.12/Python.h won't be automatically included in the manifest: the path must be relative
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/arrayobject.h won't be automatically included in the manifest: the path must be relative
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/arrayscalars.h won't be automatically included in the manifest: the path must be relative
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/ndarrayobject.h won't be automatically included in the manifest: the path must be relative
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/ndarraytypes.h won't be automatically included in the manifest: the path must be relative
      dependency /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/ufuncobject.h won't be automatically included in the manifest: the path must be relative
      dependency /usr/local/Cellar/python@3.12/3.12.2_1/Frameworks/Python.framework/Versions/3.12/include/python3.12/Python.h won't be automatically included in the manifest: the path must be relative
      reading manifest file 'thinc.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      no previously-included directories found matching 'tmp/'
      adding license file 'LICENSE'
      writing manifest file 'thinc.egg-info/SOURCES.txt'
      /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'thinc.tests.mypy.configs' is absent from the `packages` configuration.
      !!
      
              ********************************************************************************
              ############################
              # Package would be ignored #
              ############################
              Python recognizes 'thinc.tests.mypy.configs' as an importable package[^1],
              but it is absent from setuptools' `packages` configuration.
      
              This leads to an ambiguous overall configuration. If you want to distribute this
              package, please make sure that 'thinc.tests.mypy.configs' is explicitly added
              to the `packages` configuration field.
      
              Alternatively, you can also rely on setuptools' discovery methods
              (for example by using `find_namespace_packages(...)`/`find_namespace:`
              instead of `find_packages(...)`/`find:`).
      
              You can read more about "package discovery" on setuptools documentation page:
      
              - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
      
              If you don't want 'thinc.tests.mypy.configs' to be distributed and are
              already explicitly excluding 'thinc.tests.mypy.configs' via
              `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
              you can try to use `exclude_package_data`, or `include-package-data=False` in
              combination with a more fine grained `package-data` configuration.
      
              You can read more about "package data files" on setuptools documentation page:
      
              - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
      
      
              [^1]: For Python, any directory (with suitable naming) can be imported,
                    even if it does not contain any `.py` files.
                    On the other hand, currently there is no concept of package data
                    directory, all directories are treated like packages.
              ********************************************************************************
      
      !!
        check.warn(importable)
      /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'thinc.tests.mypy.outputs' is absent from the `packages` configuration.
      !!
      
              ********************************************************************************
              ############################
              # Package would be ignored #
              ############################
              Python recognizes 'thinc.tests.mypy.outputs' as an importable package[^1],
              but it is absent from setuptools' `packages` configuration.
      
              This leads to an ambiguous overall configuration. If you want to distribute this
              package, please make sure that 'thinc.tests.mypy.outputs' is explicitly added
              to the `packages` configuration field.
      
              Alternatively, you can also rely on setuptools' discovery methods
              (for example by using `find_namespace_packages(...)`/`find_namespace:`
              instead of `find_packages(...)`/`find:`).
      
              You can read more about "package discovery" on setuptools documentation page:
      
              - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
      
              If you don't want 'thinc.tests.mypy.outputs' to be distributed and are
              already explicitly excluding 'thinc.tests.mypy.outputs' via
              `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
              you can try to use `exclude_package_data`, or `include-package-data=False` in
              combination with a more fine grained `package-data` configuration.
      
              You can read more about "package data files" on setuptools documentation page:
      
              - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
      
      
              [^1]: For Python, any directory (with suitable naming) can be imported,
                    even if it does not contain any `.py` files.
                    On the other hand, currently there is no concept of package data
                    directory, all directories are treated like packages.
              ********************************************************************************
      
      !!
        check.warn(importable)
      copying thinc/__init__.pxd -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/py.typed -> build/lib.macosx-14.0-x86_64-cpython-312/thinc
      copying thinc/layers/premap_ids.pyx -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/layers/sparselinear.pyx -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/layers
      copying thinc/backends/__init__.pxd -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/_custom_kernels.cu -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/_murmur3.cu -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/cblas.pxd -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/cblas.pyx -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/cpu_kernels.hh -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/linalg.pxd -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/linalg.pyx -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/numpy_ops.pxd -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/backends/numpy_ops.pyx -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends
      copying thinc/extra/__init__.pxd -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/extra
      copying thinc/extra/search.pxd -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/extra
      copying thinc/extra/search.pyx -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/extra
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/configs
      copying thinc/tests/mypy/configs/mypy-default.ini -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/configs
      copying thinc/tests/mypy/configs/mypy-plugin.ini -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/configs
      creating build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/outputs
      copying thinc/tests/mypy/outputs/fail-no-plugin.txt -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/outputs
      copying thinc/tests/mypy/outputs/fail-plugin.txt -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/outputs
      copying thinc/tests/mypy/outputs/success-no-plugin.txt -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/outputs
      copying thinc/tests/mypy/outputs/success-plugin.txt -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/tests/mypy/outputs
      copying thinc/extra/tests/c_test_search.pyx -> build/lib.macosx-14.0-x86_64-cpython-312/thinc/extra/tests
      running build_ext
      building 'thinc.backends.cblas' extension
      creating build/temp.macosx-14.0-x86_64-cpython-312
      creating build/temp.macosx-14.0-x86_64-cpython-312/thinc
      creating build/temp.macosx-14.0-x86_64-cpython-312/thinc/backends
      clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -I/private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include -I/usr/local/Cellar/python@3.12/3.12.2_1/Frameworks/Python.framework/Versions/3.12/include/python3.12 -I/Users/wlt/Documents/AutoGPT/venv/include -I/usr/local/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c thinc/backends/cblas.cpp -o build/temp.macosx-14.0-x86_64-cpython-312/thinc/backends/cblas.o -O3 -Wno-strict-prototypes -Wno-unused-function -std=c++11
      clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk build/temp.macosx-14.0-x86_64-cpython-312/thinc/backends/cblas.o -o build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends/cblas.cpython-312-darwin.so
      building 'thinc.backends.linalg' extension
      clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -I/private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include -I/usr/local/Cellar/python@3.12/3.12.2_1/Frameworks/Python.framework/Versions/3.12/include/python3.12 -I/Users/wlt/Documents/AutoGPT/venv/include -I/usr/local/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c thinc/backends/linalg.cpp -o build/temp.macosx-14.0-x86_64-cpython-312/thinc/backends/linalg.o -O3 -Wno-strict-prototypes -Wno-unused-function -std=c++11
      clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk build/temp.macosx-14.0-x86_64-cpython-312/thinc/backends/linalg.o -o build/lib.macosx-14.0-x86_64-cpython-312/thinc/backends/linalg.cpython-312-darwin.so
      building 'thinc.backends.numpy_ops' extension
      clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -Ithinc/backends -I/private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include -I/usr/local/Cellar/python@3.12/3.12.2_1/Frameworks/Python.framework/Versions/3.12/include/python3.12 -I/Users/wlt/Documents/AutoGPT/venv/include -I/usr/local/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c thinc/backends/numpy_ops.cpp -o build/temp.macosx-14.0-x86_64-cpython-312/thinc/backends/numpy_ops.o -O3 -Wno-strict-prototypes -Wno-unused-function -std=c++11
      In file included from thinc/backends/numpy_ops.cpp:800:
      In file included from /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/arrayobject.h:5:
      In file included from /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
      In file included from /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/ndarraytypes.h:1929:
      /private/var/folders/p4/9jdfr7q576d07qnz5w2zbf940000gn/T/pip-build-env-efrebp0s/overlay/lib/python3.12/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with "          "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
         17 | #warning "Using deprecated NumPy API, disable it with " \
            |  ^
      thinc/backends/numpy_ops.cpp:4949:3: error: no member named 'use_tracing' in '_PyCFrame'
       4949 |   __Pyx_TraceCall("__init__", __pyx_f[0], 53, 0, __PYX_ERR(0, 53, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2447:15: note: expanded from macro '__Pyx_TraceCall'
       2447 |           if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:4949:3: error: no member named 'use_tracing' in '_PyCFrame'
       4949 |   __Pyx_TraceCall("__init__", __pyx_f[0], 53, 0, __PYX_ERR(0, 53, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2455:11: note: expanded from macro '__Pyx_TraceCall'
       2455 |       if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5042:3: error: no member named 'use_tracing' in '_PyCFrame'
       5042 |   __Pyx_TraceReturn(__pyx_r, 0);
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
       2506 |               if (__Pyx_IsTracing(tstate, 0, 0)) {\
            |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5042:3: error: no member named 'use_tracing' in '_PyCFrame'
       5042 |   __Pyx_TraceReturn(__pyx_r, 0);
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
       2513 |           if (__Pyx_IsTracing(tstate, 0, 0)) {\
            |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5152:3: error: no member named 'use_tracing' in '_PyCFrame'
       5152 |   __Pyx_TraceCall("asarray", __pyx_f[0], 66, 0, __PYX_ERR(0, 66, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2447:15: note: expanded from macro '__Pyx_TraceCall'
       2447 |           if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5152:3: error: no member named 'use_tracing' in '_PyCFrame'
       5152 |   __Pyx_TraceCall("asarray", __pyx_f[0], 66, 0, __PYX_ERR(0, 66, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2455:11: note: expanded from macro '__Pyx_TraceCall'
       2455 |       if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5389:3: error: no member named 'use_tracing' in '_PyCFrame'
       5389 |   __Pyx_TraceReturn(__pyx_r, 0);
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
       2506 |               if (__Pyx_IsTracing(tstate, 0, 0)) {\
            |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5389:3: error: no member named 'use_tracing' in '_PyCFrame'
       5389 |   __Pyx_TraceReturn(__pyx_r, 0);
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
       2513 |           if (__Pyx_IsTracing(tstate, 0, 0)) {\
            |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5495:3: error: no member named 'use_tracing' in '_PyCFrame'
       5495 |   __Pyx_TraceCall("alloc", __pyx_f[0], 83, 0, __PYX_ERR(0, 83, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2447:15: note: expanded from macro '__Pyx_TraceCall'
       2447 |           if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5495:3: error: no member named 'use_tracing' in '_PyCFrame'
       5495 |   __Pyx_TraceCall("alloc", __pyx_f[0], 83, 0, __PYX_ERR(0, 83, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2455:11: note: expanded from macro '__Pyx_TraceCall'
       2455 |       if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5596:3: error: no member named 'use_tracing' in '_PyCFrame'
       5596 |   __Pyx_TraceReturn(__pyx_r, 0);
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
       2506 |               if (__Pyx_IsTracing(tstate, 0, 0)) {\
            |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5596:3: error: no member named 'use_tracing' in '_PyCFrame'
       5596 |   __Pyx_TraceReturn(__pyx_r, 0);
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
       2513 |           if (__Pyx_IsTracing(tstate, 0, 0)) {\
            |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5634:3: error: no member named 'use_tracing' in '_PyCFrame'
       5634 |   __Pyx_TraceCall("cblas", __pyx_f[0], 89, 0, __PYX_ERR(0, 89, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2447:15: note: expanded from macro '__Pyx_TraceCall'
       2447 |           if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5634:3: error: no member named 'use_tracing' in '_PyCFrame'
       5634 |   __Pyx_TraceCall("cblas", __pyx_f[0], 89, 0, __PYX_ERR(0, 89, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2455:11: note: expanded from macro '__Pyx_TraceCall'
       2455 |       if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5665:3: error: no member named 'use_tracing' in '_PyCFrame'
       5665 |   __Pyx_TraceReturn(__pyx_r, 0);
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
       2506 |               if (__Pyx_IsTracing(tstate, 0, 0)) {\
            |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5665:3: error: no member named 'use_tracing' in '_PyCFrame'
       5665 |   __Pyx_TraceReturn(__pyx_r, 0);
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
       2513 |           if (__Pyx_IsTracing(tstate, 0, 0)) {\
            |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5795:3: error: no member named 'use_tracing' in '_PyCFrame'
       5795 |   __Pyx_TraceCall("gemm", __pyx_f[0], 92, 0, __PYX_ERR(0, 92, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2447:15: note: expanded from macro '__Pyx_TraceCall'
       2447 |           if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:5795:3: error: no member named 'use_tracing' in '_PyCFrame'
       5795 |   __Pyx_TraceCall("gemm", __pyx_f[0], 92, 0, __PYX_ERR(0, 92, __pyx_L1_error));
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2455:11: note: expanded from macro '__Pyx_TraceCall'
       2455 |       if (__Pyx_IsTracing(tstate, 1, 1)) {\
            |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      thinc/backends/numpy_ops.cpp:6142:3: error: no member named 'use_tracing' in '_PyCFrame'
       6142 |   __Pyx_TraceReturn(__pyx_r, 0);
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
       2506 |               if (__Pyx_IsTracing(tstate, 0, 0)) {\
            |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
       2408 |      (unlikely((tstate)->cframe->use_tracing) &&\
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
       1001 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      fatal error: too many errors emitted, stopping now [-ferror-limit=]
      1 warning and 20 errors generated.
      error: command '/usr/local/opt/llvm/bin/clang' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for thinc
Failed to build thinc
ERROR: Failed to build one or more wheels