This is changing from a bug to a 'how to'. Skip to last post or so for how to build on Mac M4 Sequoia. Note: IN PROGRESS.
Describe the bug
- running python tests/run_tests.py fails, with gateway crash
- pytest -svx tests/python/test_native_functions.py fails with
Unknown attribute kind (86) (Producer: 'APPLE_1_1700.0.13.3_0'
To Reproduce
Using a Macbook Air M4 with Sequoia:
python tests/run_tests.py
or:
pytest -svx tests/python/test_native_functions.py
The latter gives a more informative error I feel.
(Note that crashes are very general. I just choose one particular test, so it runs faster, and gives less spammy output)
Additional comments
If possible, please also consider attaching the output of command ti diagnose. This produces the detailed environment information and hopefully helps us diagnose faster.
https://gist.github.com/hughperkins/675d5e74c2d249e71613b9fdc6c3b8f5
If you have local commits (e.g. compile fixes before you reproduce the bug), please make sure you first make a PR to fix the build errors and then report the bug.
This is changing from a bug to a 'how to'. Skip to last post or so for how to build on Mac M4 Sequoia. Note: IN PROGRESS.
Describe the bug
Unknown attribute kind (86) (Producer: 'APPLE_1_1700.0.13.3_0'To Reproduce
Using a Macbook Air M4 with Sequoia:
or:
The latter gives a more informative error I feel.
python tests/run_tests.py -k 'abs[': https://gist.github.com/hughperkins/0b56b89f93e76d37d228f84a139fbb70pytest ... native_functions.py: https://gist.github.com/hughperkins/3f4600a7f7f64022e59b49fe405f51d0(Note that crashes are very general. I just choose one particular test, so it runs faster, and gives less spammy output)
Additional comments
If possible, please also consider attaching the output of command
ti diagnose. This produces the detailed environment information and hopefully helps us diagnose faster.https://gist.github.com/hughperkins/675d5e74c2d249e71613b9fdc6c3b8f5
If you have local commits (e.g. compile fixes before you reproduce the bug), please make sure you first make a PR to fix the build errors and then report the bug.