RuntimeError: module compiled against API version a but this version of numpy is 9

Upgrade numpy to the latest version

pip install numpy --upgrade

Leave a Comment