Hi@akhtar,
You need to install the Cython module in your system. You can sue the below-given command to install this module.
$ pip install Cython
If you already installed this module and still getting the same error, then try to upgrade the module.
$ pip install --upgrade cython
I hope this will help you.