https://stackoverflow.com/questions/60323366/valueerror-numpy-ufunc-size-changed-may-indicate-binary-incompatibility-expec
I was getting the same error, solved by upgrading Numpy
pip uninstall numpy ----> run it 2-3 times until you see "numpy not found"
pip uninstall numpy
install the latest Numpy by simple pip
pip install numpy