I am new to robot framework and I am trying to setup robot framework on my system. I have python 3.8.2, pip 20.0.2 and Robot Framework 3.1.2 (Python 3.8.1 on win32). And in the environment variable I have set the paths:
"C:\Users\pacharya\AppData\Local\Programs\Python\Python38-32\Scripts" and "C:\Users\pacharya\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\robot" and "C:\Users\pacharya\AppData\Local\Programs\Python\Python38-32"
I have also installed wxpython (when I type pip freeze it shows the wxPython==4.0.7.post2)
So the problem is after successfully installing all these, when I ride to open the RIDE using ride.py command it showing the below message. 

These are the errors that it's showing