When I run the command 'python TestFlexSimPy.py' and show flexsim GUI,
it will show these exceptions as below,
unknown option --type=gpu-process
unknown option --type=utility
usage: C:\Users\liang\AppData\Local\Programs\Python\Python39\python.exe [option] ... [-c cmd | -m mod | file | -] [arg]
FlexSimPy.cpp
showGUI = true;
if (!strstr(userArgs, "maintenance ") && (!showGUI || evaluationLicense))
prefix.assign("/maintenance ").append(showGUI ? "" : "nogui_").append(evaluationLicense ? "evaluationlicense" : "").append(" ");