Nit: CPython, not Cython. Cython is a whole different thing that leverages CPython to compile Python programs to C, as well as compile Cython-the-language, effectively annotated Python, to faster C.
CPython comes with its own VM: are you saying the issue is "you need to install 2 things instead of 1"?
CPython comes with its own VM: are you saying the issue is "you need to install 2 things instead of 1"?