numpy-quaterionをインストールして使用すると,
/Users/yura/.pyenv/versions/3.8.11/lib/python3.8/site-packages/quaternion/numba_wrapper.py:23: UserWarning:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Could not import from numba, which means that some
parts of this code may run MUCH more slowly. You
may wish to install numba.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
のような警告がでるので,pip install numba
が通らなかったのでインストール方法をメモ
$ brew install cmake
$ arch -arm64 brew install llvm@11
$ LLVM_CONFIG="/opt/homebrew/Cellar/llvm@11/11.1.0_3/bin/llvm-config" arch -arm64 python3 -m pip install llvmlite
$ pip install numba