报错信息
led at ..\..\src\common\intl.cpp(1694) in wxLocale::GetInfo(): You probably call
ed setlocale() directly instead of using wxLocale and now there is a mismatch be
tween C/C++ and Windows locale.
Things are going to break, please only change locale by creating wxLocale object
s to avoid this!
OnInit returned false, exiting...
Error in atexit._run_exitfuncs:
wx._core.wxAssertionError: C++ assertion "GetEventHandler() == this" failed at .
.\..\src\common\wincmn.cpp(470) in wxWindowBase::~wxWindowBase(): any pushed eve
nt handlers must have been removed
解决办法
(1)pip install psutil
pip install -U --pre robotframework-ride
这个方法从下面的博主看到的: