Thanks for your effort on developing the code, While executing the code error is coming as shown below. please suggest me further to resolve the same
:\Users\user\AppData\Local\Programs\Python\Python37\python.exe C:/Users/user/Downloads/Open-DSOPF-master/Open-DSOPF-master/MAIN_Unbalanced_OPF_RUN.py
Generating to C:\Users\user\AppData\Local\Temp\gen_py\3.7\8BFDE413-245A-4514-B151-B16DCC243796x0x1x0.py
Building definitions from type library...
Generating...
Importing module
Solution Converged
Initializing OPF model...
Solving OPF model...
Usage: kintro [OPTIONS] COMMAND [ARGS]...
Try 'kintro --help' for help.
Error: No such command 'C:\\Users\\user\\AppData\\Local\\Temp\\
tmpmb1mctv3.pyomo.nl'.
Traceback (most recent call last):
File "C:/Users/user/Downloads/Open-DSOPF-master/Open-DSOPF-master/MAIN_Unbalanced_OPF_RUN.py", line 229, in <module>
Problem = optimizer.solve(instance,tee=True)
File "C:\Users\user\AppData\Local\Programs\Python\Python37\lib\site-packages\pyomo\opt\base\solvers.py", line 596, in solve
"Solver (%s) did not exit normally" %
self.name)
pyomo.common.errors.ApplicationError: Solver (asl) did not exit normally
ERROR: Solver (asl) returned non-zero return code (2)
ERROR: See the solver log above for diagnostic information.
Process finished with exit code 1