Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install on mac (Poetry Issue, Old Bug Fixes did not work) #7080

Open
1 task done
anjaleenaren opened this issue Apr 9, 2024 · 4 comments
Open
1 task done

Comments

@anjaleenaren
Copy link

⚠️ 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-4

Which area covers your issue best?

Installation and setup

Describe your issue.

When I try to run and install, it seems to fail with onnxruntime and thinc. I tried installing and reinstalling poetry using a variety of different methods as suggested in other posts (brew, pipx, pip3, curl), without success. I also tried one of the suggested fixes to change the version of onnxruntime to be 1.17. Although that worked, now it wants a lower version and poetry is still unable to find it so I am stuck. I am running python 3.12 and poetry 1.8.2. Here is the output from the terminal: `./autogpt.sh run
Missing packages:
auto-gpt-plugin-template () @ git+https://github.com/Significant-Gravitas/[email protected], autogpt-forge () @ git+https://github.com/Significant-Gravitas/AutoGPT.git@ab05b7ae70754c063909#subdirectory=autogpts/forge, beautifulsoup4 (>=4.12.2,<5.0.0), boto3 (>=1.33.6,<2.0.0), click, colorama (>=0.4.6,<0.5.0), demjson3 (>=3.0.0,<4.0.0), distro (>=1.8.0,<2.0.0), docker, duckduckgo-search (>=5.0.0,<6.0.0), en-core-web-sm (*) @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl, fastapi (>=0.109.1,<0.110.0), ftfy (>=6.1.1,<7.0.0), gitpython (>=3.1.32,<4.0.0), google-api-python-client, gTTS (>=2.3.1,<3.0.0), hypercorn (>=0.14.4,<0.15.0), inflection, jsonschema, openai (>=1.7.2,<2.0.0), orjson (>=3.8.10,<4.0.0), Pillow, pinecone-client (>=2.2.1,<3.0.0), playsound (>=1.2.2,<1.3.0), pydantic, pylatexenc, pypdf (>=3.1.0,<4.0.0), python-docx, python-dotenv (>=1.0.0,<2.0.0), pyyaml (>=6.0,<7.0), readability-lxml (>=0.8.1,<0.9.0), redis, sentry-sdk (>=1.40.4,<2.0.0), spacy (>=3.0.0,<4.0.0), tenacity (>=8.2.2,<9.0.0), tiktoken (>=0.5.0,<0.6.0), webdriver-manager, openapi-python-client (>=0.14.0,<0.15.0), google-cloud-logging (>=3.8.0,<4.0.0), google-cloud-storage (>=2.13.0,<3.0.0), psycopg2-binary (>=2.9.9,<3.0.0)

Installing dependencies from lock file

Package operations: 57 installs, 1 update, 0 removals

  • Downgrading onnxruntime (1.17.1 -> 1.16.3): Failed

RuntimeError

Unable to find installation candidates for onnxruntime (1.16.3)

at /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/poetry/installation/chooser.py:74 in choose_for
70│
71│ links.append(link)
72│
73│ if not links:
→ 74│ raise RuntimeError(f"Unable to find installation candidates for {package}")
75│
76│ # Get the best link
77│ chosen = max(links, key=lambda link: self._sort_key(package, link))
78│

Cannot install onnxruntime.

  • Installing thinc (8.1.12): Failed

ChefBuildError

Backend subprocess exited when trying to invoke build_wheel

Cythonizing sources
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-12.0-arm64-cpython-312
creating build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/config.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/compat.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/util.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/mypy.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/types.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/about.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/model.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/optimizers.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/api.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/loss.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/initializers.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/schedules.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/remap_ids.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_debug.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/mxnetwrapper.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/siamese.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/concatenate.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/reduce_sum.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/softmax_activation.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/hashembed.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/expand_window.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/list2padded.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_padded.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_nvtx_range.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/layernorm.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/maxout.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/add.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/embed.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/residual.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/reduce_first.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/chain.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/logistic.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/linear.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/gelu.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_cpu.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/torchscriptwrapper.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/mish.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/sigmoid_activation.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/pytorchwrapper.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_array.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/bidirectional.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/hard_swish.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/uniqued.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/padded2list.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/cauchysimilarity.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_array2d.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/strings2arrays.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_getitem.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_flatten_v2.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/clipped_linear.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_reshape.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/tensorflowwrapper.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/hard_swish_mobilenet.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/noop.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/relu.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/swish.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_signpost_interval.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/ragged2list.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/tuplify.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_ragged.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/list2ragged.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/map_list.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/dropout.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/reduce_last.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/list2array.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_list.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/lstm.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/reduce_max.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/with_flatten.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/resizable.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/sigmoid.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/multisoftmax.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/softmax.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/reduce_mean.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/array_getitem.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/dish.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/parametricattention.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/clone.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/mps_ops.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/_param_server.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/cupy_ops.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/custom_kernels.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/ops.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/cupy_allocators.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/conftest.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/strategies.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_schedules.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/util.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_initializers.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_optimizers.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_util.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_indexing.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_config.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_serialize.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_loss.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_import__all
.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_examples.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
copying thinc/tests/test_types.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/extra
copying thinc/extra/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/extra
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/shims
copying thinc/shims/mxnet.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/shims
copying thinc/shims/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/shims
copying thinc/shims/tensorflow.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/shims
copying thinc/shims/pytorch.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/shims
copying thinc/shims/torchscript.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/shims
copying thinc/shims/pytorch_grad_scaler.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/shims
copying thinc/shims/shim.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/shims
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_with_flatten.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_hash_embed.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_layers_api.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_with_transforms.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_sparse_linear.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_uniqued.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_combinators.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_tensorflow_wrapper.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_resizable.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_mnist.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_feed_forward.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_torchscriptwrapper.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_reduce.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_mappers.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_transforms.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_linear.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_softmax.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_pytorch_wrapper.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_with_debug.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_mxnet_wrapper.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_shim.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_lstm.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_basic_tagger.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/layers
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/backends
copying thinc/tests/backends/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/backends
copying thinc/tests/backends/test_ops.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/backends
copying thinc/tests/backends/test_mem.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/backends
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/extra
copying thinc/tests/extra/test_beam_search.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/extra
copying thinc/tests/extra/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/extra
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/shims
copying thinc/tests/shims/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/shims
copying thinc/tests/shims/test_pytorch_grad_scaler.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/shims
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy
copying thinc/tests/mypy/test_mypy.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy
copying thinc/tests/mypy/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/model
copying thinc/tests/model/test_model.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/model
copying thinc/tests/model/test_validation.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/model
copying thinc/tests/model/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/model
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/regression
copying thinc/tests/regression/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/regression
copying thinc/tests/regression/test_issue208.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/regression
copying thinc/tests/regression/test_issue564.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/regression
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/fail_no_plugin.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/success_no_plugin.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/fail_plugin.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/success_plugin.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/modules
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/regression/issue519
copying thinc/tests/regression/issue519/test_issue519.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/regression/issue519
copying thinc/tests/regression/issue519/init.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/regression/issue519
copying thinc/tests/regression/issue519/program.py -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/regression/issue519
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/extra/tests
copying thinc/extra/tests/init.py -> build/lib.macosx-12.0-arm64-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 /opt/homebrew/opt/[email protected]/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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 /opt/homebrew/opt/[email protected]/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/lib/python3.12/site-packages/numpy/core/include/numpy/ufuncobject.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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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-12.0-arm64-cpython-312/thinc
copying thinc/py.typed -> build/lib.macosx-12.0-arm64-cpython-312/thinc
copying thinc/layers/premap_ids.pyx -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/layers/sparselinear.pyx -> build/lib.macosx-12.0-arm64-cpython-312/thinc/layers
copying thinc/backends/init.pxd -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/_custom_kernels.cu -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/_murmur3.cu -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/cblas.pxd -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/cblas.pyx -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/cpu_kernels.hh -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/linalg.pxd -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/linalg.pyx -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/numpy_ops.pxd -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/backends/numpy_ops.pyx -> build/lib.macosx-12.0-arm64-cpython-312/thinc/backends
copying thinc/extra/init.pxd -> build/lib.macosx-12.0-arm64-cpython-312/thinc/extra
copying thinc/extra/search.pxd -> build/lib.macosx-12.0-arm64-cpython-312/thinc/extra
copying thinc/extra/search.pyx -> build/lib.macosx-12.0-arm64-cpython-312/thinc/extra
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/configs
copying thinc/tests/mypy/configs/mypy-default.ini -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/configs
copying thinc/tests/mypy/configs/mypy-plugin.ini -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/configs
creating build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/outputs
copying thinc/tests/mypy/outputs/fail-no-plugin.txt -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/outputs
copying thinc/tests/mypy/outputs/fail-plugin.txt -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/outputs
copying thinc/tests/mypy/outputs/success-no-plugin.txt -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/outputs
copying thinc/tests/mypy/outputs/success-plugin.txt -> build/lib.macosx-12.0-arm64-cpython-312/thinc/tests/mypy/outputs
copying thinc/extra/tests/c_test_search.pyx -> build/lib.macosx-12.0-arm64-cpython-312/thinc/extra/tests
running build_ext
building 'thinc.backends.cblas' extension
creating build/temp.macosx-12.0-arm64-cpython-312
creating build/temp.macosx-12.0-arm64-cpython-312/thinc
creating build/temp.macosx-12.0-arm64-cpython-312/thinc/backends
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/lib/python3.12/site-packages/numpy/core/include -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/include/python3.12 -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/include -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c thinc/backends/cblas.cpp -o build/temp.macosx-12.0-arm64-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/MacOSX12.sdk build/temp.macosx-12.0-arm64-cpython-312/thinc/backends/cblas.o -o build/lib.macosx-12.0-arm64-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/MacOSX12.sdk -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/lib/python3.12/site-packages/numpy/core/include -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/include/python3.12 -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/include -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c thinc/backends/linalg.cpp -o build/temp.macosx-12.0-arm64-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/MacOSX12.sdk build/temp.macosx-12.0-arm64-cpython-312/thinc/backends/linalg.o -o build/lib.macosx-12.0-arm64-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/MacOSX12.sdk -Ithinc/backends -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/lib/python3.12/site-packages/numpy/core/include -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/include/python3.12 -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/include -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c thinc/backends/numpy_ops.cpp -o build/temp.macosx-12.0-arm64-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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/lib/python3.12/site-packages/numpy/core/include/numpy/arrayobject.h:5:
In file included from /private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/lib/python3.12/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
In file included from /private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/lib/python3.12/site-packages/numpy/core/include/numpy/ndarraytypes.h:1929:
/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpsht111nl/.venv/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]
#warning "Using deprecated NumPy API, disable it with "
^
thinc/backends/numpy_ops.cpp:4949:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:4949:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5042:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5042:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5152:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5152:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5389:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5389:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5495:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5495:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5596:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5596:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5634:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5634:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5665:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5665:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5795:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5795:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:6142:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#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/bin/clang' failed with exit code 1

at /Library/Frameworks/Python.framework/Versions/3.12/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 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)"'.

Finished installing packages! Starting AutoGPT...

Warning: 'autogpt' is an entry point defined in pyproject.toml, but it's not installed as a script. You may get improper sys.argv[0].

The support to run uninstalled scripts will be removed in a future release.

Run poetry install to resolve and get rid of this message.

Traceback (most recent call last):
File "", line 1, in
File "/opt/homebrew/Cellar/[email protected]/3.12.2_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "/Users/anjalee/Desktop/git/AutoGPT/autogpts/autogpt/autogpt/app/cli.py", line 8, in
from autogpt.logs.config import LogFormatName
File "/Users/anjalee/Desktop/git/AutoGPT/autogpts/autogpt/autogpt/logs/init.py", line 1, in
from .config import configure_chat_plugins, configure_logging
File "/Users/anjalee/Desktop/git/AutoGPT/autogpts/autogpt/autogpt/logs/config.py", line 11, in
from auto_gpt_plugin_template import AutoGPTPluginTemplate
ModuleNotFoundError: No module named 'auto_gpt_plugin_template'`

Upload Activity Log Content

No response

Upload Error Log Content

No response

@adeebdvlpr
Copy link

I encountered this same issue and resolved with a few steps.

  • error (cannot install onnxruntime 1.16.3) -->
    - in poetry.lock modify --> find [package] name = "onnxruntime", then change version = "1.17.1"
    - & in the pyproject.toml add under [tool.poetry.dependencies]....onnxruntime = "1.17.1"
    - then run poetry lock --no-update
  • still encountered errors with thinc ....getting requirments to build wheel error, exit code 1 (not sure but i think its an issue with dependencies that are not supported with python 3.12 )
    • installed and set up pyenv so i could install python 3.11.5
    • started the program in a .venv with the interpreter set to a python version <=3.10 >3.12 (I used 3.11.5)
    • once environment is set then run the ./run setup command and complete the setup process
    • should be able to start/create an agent then.

@anjaleenaren
Copy link
Author

@adeebdvlpr Thanks for the fix! I tried your solution and onnxruntime now installs, but it still is faliing to install thinc for some reason. Any idea? Here is the error from terminal when I run poetry install: `poetry install
Installing dependencies from lock file

Package operations: 231 installs, 0 updates, 0 removals

  • Installing wrapt (1.16.0)
  • Installing zipp (3.17.0)
  • Installing deprecated (1.2.14)
  • Installing idna (3.6)
  • Installing importlib-metadata (6.11.0)
  • Installing pyasn1 (0.5.1)
  • Installing sniffio (1.3.0)
  • Installing anyio (4.2.0)
  • Installing attrs (23.2.0)
  • Installing cachetools (5.3.2)
  • Installing catalogue (2.0.10)
  • Installing certifi (2023.11.17)
  • Installing charset-normalizer (3.3.2)
  • Installing h11 (0.14.0)
  • Installing opentelemetry-api (1.22.0)
  • Installing protobuf (4.25.2)
  • Installing pyasn1-modules (0.3.0)
  • Installing rsa (4.9)
  • Installing setuptools (69.0.3)
  • Installing six (1.16.0)
  • Installing typing-extensions (4.9.0)
  • Installing urllib3 (1.26.18)
  • Installing asgiref (3.7.2)
  • Installing backoff (2.2.1)
  • Installing click (8.1.7)
  • Installing cymem (2.0.8)
  • Installing filelock (3.13.1)
  • Installing frozenlist (1.4.1)
  • Installing fsspec (2023.12.2)
  • Installing google-auth (2.26.2)
  • Installing googleapis-common-protos (1.62.0)
  • Installing grpcio (1.60.0)
  • Installing httpcore (0.17.3)
  • Installing humanfriendly (10.0)
  • Installing mpmath (1.3.0)
  • Installing multidict (6.0.4)
  • Installing murmurhash (1.0.10)
  • Installing numpy (1.26.3)
  • Installing oauthlib (3.2.2)
  • Installing opentelemetry-instrumentation (0.43b0)
  • Installing opentelemetry-proto (1.22.0)
  • Installing opentelemetry-semantic-conventions (0.43b0)
  • Installing opentelemetry-util-http (0.43b0)
  • Installing outcome (1.3.0.post0)
  • Installing packaging (23.2)
  • Installing pycparser (2.21)
  • Installing pydantic (1.10.13)
  • Installing pyyaml (6.0.1)
  • Installing requests (2.31.0)
  • Installing sortedcontainers (2.4.0)
  • Installing srsly (2.4.8)
  • Installing tqdm (4.66.1)
  • Installing wcwidth (0.2.13)
  • Installing aiosignal (1.3.1)
  • Installing blis (0.7.11)
  • Installing cffi (1.16.0)
  • Installing coloredlogs (15.0.1)
  • Installing confection (0.1.4)
  • Installing distro (1.9.0)
  • Installing flatbuffers (23.5.26)
  • Installing google-api-core (2.15.0)
  • Installing google-crc32c (1.5.0)
  • Installing grpcio-status (1.60.0)
  • Installing httptools (0.6.1)
  • Installing httpx (0.24.1)
  • Installing huggingface-hub (0.20.2)
  • Installing iniconfig (2.0.0)
  • Installing markupsafe (2.1.3)
  • Installing monotonic (1.6)
  • Installing jmespath (1.0.1)
  • Installing opentelemetry-exporter-otlp-proto-common (1.22.0)
  • Installing opentelemetry-sdk (1.22.0)
  • Installing opentelemetry-instrumentation-asgi (0.43b0)
  • Installing pathlib-abc (0.1.1)
  • Installing pluggy (1.3.0)
  • Installing preshed (3.0.9)
  • Installing pyparsing (3.1.1)
  • Installing pyproject-hooks (1.0.0)
  • Installing pysocks (1.7.1)
  • Installing python-dateutil (2.8.2)
  • Installing python-dotenv (1.0.0)
  • Installing regex (2023.12.25)
  • Installing requests-oauthlib (1.3.1)
  • Installing rpds-py (0.17.1)
  • Installing smart-open (6.4.0)
  • Installing smmap (5.0.1)
  • Installing soupsieve (2.5)
  • Installing starlette (0.36.3)
  • Installing sympy (1.12)
  • Installing trio (0.24.0)
  • Installing typer (0.9.0)
  • Installing uvloop (0.19.0)
  • Installing wasabi (1.1.2)
  • Installing watchfiles (0.21.0)
  • Installing websocket-client (1.7.0)
  • Installing websockets (12.0)
  • Installing wsproto (1.2.0)
  • Installing yarl (1.9.4)
  • Installing aiohttp (3.9.3)
  • Installing bcrypt (4.1.2)
  • Installing beautifulsoup4 (4.12.2)
  • Installing botocore (1.34.20): Installing...
  • Installing build (1.0.3)
  • Installing chroma-hnswlib (0.7.3)
  • Installing curl-cffi (0.6.2)
  • Installing distlib (0.3.8)
  • Installing fastapi (0.109.2)
  • Installing gitdb (4.0.11)
  • Installing google-cloud-core (2.4.1)
  • Installing google-resumable-media (2.7.0)
  • Installing hpack (4.0.0)
  • Installing httplib2 (0.22.0)
  • Installing build (1.0.3)
  • Installing chroma-hnswlib (0.7.3)
  • Installing curl-cffi (0.6.2)
  • Installing distlib (0.3.8)
  • Installing fastapi (0.109.2)
  • Installing gitdb (4.0.11)
  • Installing google-cloud-core (2.4.1)
  • Installing google-resumable-media (2.7.0)
  • Installing hpack (4.0.0)
  • Installing httplib2 (0.22.0)
  • Installing botocore (1.34.20)
  • Installing build (1.0.3)
  • Installing chroma-hnswlib (0.7.3)
  • Installing curl-cffi (0.6.2)
  • Installing distlib (0.3.8)
  • Installing fastapi (0.109.2)
  • Installing gitdb (4.0.11)
  • Installing google-cloud-core (2.4.1)
  • Installing google-resumable-media (2.7.0)
  • Installing hpack (4.0.0)
  • Installing httplib2 (0.22.0)
  • Installing hyperframe (6.0.1)
  • Installing importlib-resources (6.1.1)
  • Installing jinja2 (3.1.3)
  • Installing kubernetes (29.0.0)
  • Installing langcodes (3.3.0)
  • Installing lxml (5.1.0)
  • Installing mmh3 (4.1.0)
  • Installing mypy-extensions (1.0.0)
  • Installing onnxruntime (1.17.1)
  • Installing openai (1.8.0)
  • Installing opentelemetry-instrumentation-fastapi (0.43b0)
  • Installing opentelemetry-exporter-otlp-proto-grpc (1.22.0)
  • Installing overrides (7.4.0)
  • Installing pathspec (0.12.1)
  • Installing pathy (0.11.0)
  • Installing pillow (10.2.0)
  • Installing platformdirs (4.1.0)
  • Installing posthog (3.3.1)
  • Installing pulsar-client (3.4.0)
  • Installing pyflakes (3.2.0)
  • Installing proto-plus (1.23.0)
  • Installing pypika (0.48.9)
  • Installing pytest (7.4.4)
  • Installing referencing (0.32.1)
  • Installing spacy-legacy (3.0.12)
  • Installing spacy-loggers (1.0.5)
  • Installing tenacity (8.2.3)
  • Installing thinc (8.1.12): Failed

ChefBuildError

Backend subprocess exited when trying to invoke build_wheel

Cythonizing sources
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.9-universal2-cpython-312
creating build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/config.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/compat.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/util.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/mypy.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/types.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/about.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/model.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/optimizers.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/api.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/loss.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/initializers.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/schedules.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/remap_ids.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_debug.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/mxnetwrapper.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/siamese.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/concatenate.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/reduce_sum.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/softmax_activation.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/hashembed.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/expand_window.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/list2padded.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_padded.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_nvtx_range.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/layernorm.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/maxout.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/add.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/embed.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/residual.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/reduce_first.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/chain.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/logistic.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/linear.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/gelu.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_cpu.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/torchscriptwrapper.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/mish.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/sigmoid_activation.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/pytorchwrapper.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_array.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/bidirectional.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/hard_swish.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/uniqued.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/padded2list.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/cauchysimilarity.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_array2d.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/strings2arrays.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_getitem.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_flatten_v2.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/clipped_linear.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_reshape.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/tensorflowwrapper.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/hard_swish_mobilenet.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/noop.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/relu.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/swish.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_signpost_interval.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/ragged2list.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/tuplify.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_ragged.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/list2ragged.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/map_list.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/dropout.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/reduce_last.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/list2array.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_list.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/lstm.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/reduce_max.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/with_flatten.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/resizable.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/sigmoid.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/multisoftmax.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/softmax.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/reduce_mean.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/array_getitem.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/dish.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/parametricattention.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/clone.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/mps_ops.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/_param_server.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/cupy_ops.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/custom_kernels.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/ops.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/cupy_allocators.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/conftest.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/strategies.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_schedules.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/util.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_initializers.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_optimizers.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_util.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_indexing.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_config.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_serialize.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_loss.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_import__all
.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_examples.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
copying thinc/tests/test_types.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/extra
copying thinc/extra/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/extra
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/shims
copying thinc/shims/mxnet.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/shims
copying thinc/shims/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/shims
copying thinc/shims/tensorflow.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/shims
copying thinc/shims/pytorch.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/shims
copying thinc/shims/torchscript.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/shims
copying thinc/shims/pytorch_grad_scaler.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/shims
copying thinc/shims/shim.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/shims
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_with_flatten.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_hash_embed.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_layers_api.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_with_transforms.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_sparse_linear.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_uniqued.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_combinators.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_tensorflow_wrapper.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_resizable.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_mnist.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_feed_forward.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_torchscriptwrapper.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_reduce.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_mappers.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_transforms.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_linear.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_softmax.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_pytorch_wrapper.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_with_debug.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_mxnet_wrapper.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_shim.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_lstm.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
copying thinc/tests/layers/test_basic_tagger.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/layers
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/backends
copying thinc/tests/backends/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/backends
copying thinc/tests/backends/test_ops.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/backends
copying thinc/tests/backends/test_mem.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/backends
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/extra
copying thinc/tests/extra/test_beam_search.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/extra
copying thinc/tests/extra/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/extra
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/shims
copying thinc/tests/shims/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/shims
copying thinc/tests/shims/test_pytorch_grad_scaler.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/shims
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy
copying thinc/tests/mypy/test_mypy.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy
copying thinc/tests/mypy/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/model
copying thinc/tests/model/test_model.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/model
copying thinc/tests/model/test_validation.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/model
copying thinc/tests/model/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/model
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/regression
copying thinc/tests/regression/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/regression
copying thinc/tests/regression/test_issue208.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/regression
copying thinc/tests/regression/test_issue564.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/regression
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/fail_no_plugin.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/success_no_plugin.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/fail_plugin.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/modules
copying thinc/tests/mypy/modules/success_plugin.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/modules
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/regression/issue519
copying thinc/tests/regression/issue519/test_issue519.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/regression/issue519
copying thinc/tests/regression/issue519/init.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/regression/issue519
copying thinc/tests/regression/issue519/program.py -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/regression/issue519
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/extra/tests
copying thinc/extra/tests/init.py -> build/lib.macosx-10.9-universal2-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 /Library/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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 /Library/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/lib/python3.12/site-packages/numpy/core/include/numpy/ufuncobject.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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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-10.9-universal2-cpython-312/thinc
copying thinc/py.typed -> build/lib.macosx-10.9-universal2-cpython-312/thinc
copying thinc/layers/premap_ids.pyx -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/layers/sparselinear.pyx -> build/lib.macosx-10.9-universal2-cpython-312/thinc/layers
copying thinc/backends/init.pxd -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/_custom_kernels.cu -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/_murmur3.cu -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/cblas.pxd -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/cblas.pyx -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/cpu_kernels.hh -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/linalg.pxd -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/linalg.pyx -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/numpy_ops.pxd -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/backends/numpy_ops.pyx -> build/lib.macosx-10.9-universal2-cpython-312/thinc/backends
copying thinc/extra/init.pxd -> build/lib.macosx-10.9-universal2-cpython-312/thinc/extra
copying thinc/extra/search.pxd -> build/lib.macosx-10.9-universal2-cpython-312/thinc/extra
copying thinc/extra/search.pyx -> build/lib.macosx-10.9-universal2-cpython-312/thinc/extra
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/configs
copying thinc/tests/mypy/configs/mypy-default.ini -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/configs
copying thinc/tests/mypy/configs/mypy-plugin.ini -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/configs
creating build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/outputs
copying thinc/tests/mypy/outputs/fail-no-plugin.txt -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/outputs
copying thinc/tests/mypy/outputs/fail-plugin.txt -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/outputs
copying thinc/tests/mypy/outputs/success-no-plugin.txt -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/outputs
copying thinc/tests/mypy/outputs/success-plugin.txt -> build/lib.macosx-10.9-universal2-cpython-312/thinc/tests/mypy/outputs
copying thinc/extra/tests/c_test_search.pyx -> build/lib.macosx-10.9-universal2-cpython-312/thinc/extra/tests
running build_ext
building 'thinc.backends.cblas' extension
creating build/temp.macosx-10.9-universal2-cpython-312
creating build/temp.macosx-10.9-universal2-cpython-312/thinc
creating build/temp.macosx-10.9-universal2-cpython-312/thinc/backends
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -arch arm64 -arch x86_64 -g -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/lib/python3.12/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/include -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c thinc/backends/cblas.cpp -o build/temp.macosx-10.9-universal2-cpython-312/thinc/backends/cblas.o -O3 -Wno-strict-prototypes -Wno-unused-function -std=c++11
clang++ -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -g build/temp.macosx-10.9-universal2-cpython-312/thinc/backends/cblas.o -o build/lib.macosx-10.9-universal2-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 -arch arm64 -arch x86_64 -g -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/lib/python3.12/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/include -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c thinc/backends/linalg.cpp -o build/temp.macosx-10.9-universal2-cpython-312/thinc/backends/linalg.o -O3 -Wno-strict-prototypes -Wno-unused-function -std=c++11
clang++ -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -g build/temp.macosx-10.9-universal2-cpython-312/thinc/backends/linalg.o -o build/lib.macosx-10.9-universal2-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 -arch arm64 -arch x86_64 -g -Ithinc/backends -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/lib/python3.12/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -I/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/include -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c thinc/backends/numpy_ops.cpp -o build/temp.macosx-10.9-universal2-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/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/lib/python3.12/site-packages/numpy/core/include/numpy/arrayobject.h:5:
In file included from /private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/lib/python3.12/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
In file included from /private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/lib/python3.12/site-packages/numpy/core/include/numpy/ndarraytypes.h:1929:
/private/var/folders/_p/lxvkfkhj39xf3mmbn45197bm0000gn/T/tmpqp5hq9l5/.venv/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]
#warning "Using deprecated NumPy API, disable it with "
^
thinc/backends/numpy_ops.cpp:4949:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:4949:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5042:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5042:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5152:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5152:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5389:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5389:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5495:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5495:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5596:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5596:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5634:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5634:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5665:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5665:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2513:15: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5795:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:5795:3: error: no member named 'use_tracing' in '_PyCFrame'
__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'
if (__Pyx_IsTracing(tstate, 1, 1)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
thinc/backends/numpy_ops.cpp:6142:3: error: no member named 'use_tracing' in '_PyCFrame'
__Pyx_TraceReturn(__pyx_r, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2506:19: note: expanded from macro '__Pyx_TraceReturn'
if (__Pyx_IsTracing(tstate, 0, 0)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:2408:34: note: expanded from macro '__Pyx_IsTracing'
(unlikely((tstate)->cframe->use_tracing) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
thinc/backends/numpy_ops.cpp:1001:43: note: expanded from macro 'unlikely'
#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/bin/clang' failed with exit code 1

at /Library/Frameworks/Python.framework/Versions/3.12/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 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)"'.

  • Installing tiktoken (0.5.2)
  • Installing tokenizers (0.15.0)
  • Installing trio-websocket (0.11.1)
  • Installing types-awscrt (0.20.0)
  • Installing uvicorn (0.23.2)`

@adeebdvlpr
Copy link

Looks like your running python 3.12, try to set the venv python interpreter to python 3.11.

@anjaleenaren
Copy link
Author

anjaleenaren commented Apr 21, 2024

When i run python --version, pyenv version, and poetry run python --version I get
Python 3.11.5. I am running everything from autogpt/autogpts/autogpt. I'm stumped for why the error would mention python 3.12.
Screen Shot 2024-04-20 at 9 37 07 PM
Screen Shot 2024-04-20 at 9 40 40 PM
Here are all the changes that I made to the project:
Screen Shot 2024-04-20 at 9 47 10 PM
Screen Shot 2024-04-20 at 9 47 18 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants