RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd

“module compiled against API version 0xe but this version of numpy is 0xd”

a ‘wrong’ version of numpy seemingly causes this error. but please just see my reply as a hint - my technical abilities regarding this software is somewhat limited ^^

you could try to force to a different numpy version (as 0xe > 0xd you should try a newer one) using your packet manager (apt or apt-get) or pip (python packet manager) depending on the fact which packages are used (sometimes the ones from python are used, but sometimes the system-packages are used - yes it is possible to install python packages via apt-get e.g.) → ask the search engine of your trust for further information