by doktor5000 » Sep 20th, '19, 00:44
EPEL is only for RedHat-based distros, you cannot use that for Mageia. I've had a quick look, and it seems you can't really use any of the Redhat or Fedora packages, as they depend on quite a few python packages from those distros.
You'd also have to use dnf to install those packages, and as dnf does not support skipping unavailable dependencies (like urpmi --allow-nodeps) you can't even continue with the installation.
So you'd have to take some of the other offered methods, like a python wheel, docker container or building it from source code. Or maybe simply running it inside a Fedora VM.