I'm getting the error messages: Unable to import Numpy array from aubio module (error -1) Unable to import Numpy umath from aubio module (error -1) Segmentation fault
I've started a completely new version of Bullseye (32-bit) on my Pi 4 Model B V1.2. The only things I've installed are audio 0.4.9 using "pip3 install audio". and Numpy 1.19.5 using "pip3 install numpy".
My python (3.9.2) file is importing with: import sys import aubio import numpy as np
Apologies for any missing information