Problem installing Rasa X Windows 10/64 - ujson wheel fail

@nik202 thank you for your reply. I solved it. First I did the next steps:

pip uninstall ujson
conda remove ujson
conda install ujson==1.35
pip install --upgrade setuptools

and then by following your solution from here Error when run rasa X - #3 by nik202.

Now everything is running perfect.