Unable to check for Anki versions. Please check your internet connection.
Error: Failed to run (2): /Applications/Anki.app/Contents/MacOS/uv run --no-project --no-config --managed-python --with pip-system-certs,requests[socks] --python 3.13.5 /Applications/Anki.app/Contents/Resources/versions.py: warning: Failed to patch the install name of the dynamic library for /Users/liamleslie-greene/.local/share/uv/python/cpython-3.13.5-macos-aarch64-none/bin/python3.13. This may cause issues when building Python native extensions.
error: Querying Python at `/Users/liamleslie-greene/.local/share/uv/python/cpython-3.13.5-macos-aarch64-none/bin/python3.13` failed with exit status signal: 9 (SIGKILL)
(The search brings up issues with Conda/Anaconda/python architecture mismatches. Also, if you previously migrated the contents of an old Intel-based Mac onto a new Apple silicon Mac, that might explain the architecture mismatch.)
One possiblity is that an Intel-only version of install_name_tool might be installed and being run on your system. The above commands look for the specific copy of install_name_tool that gets used and then checks to see what architecture it is for. (From the above output on my system, I am running /usr/bin/install_name_tool, and it is a universal binary that runs on both Intel and Apple Silicon systems.)