question

Lawrence Liang avatar image
0 Likes"
Lawrence Liang asked Jeanette F commented

FlexSimPy issue

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(" ");

FlexSim 23.0.15
pythonflexsimpy
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

0 Answers