Application Error
AnsweredI use MacOS catalina, i had Installed Gurobi 9.0.3 on anaconda via environment and the storage location is /opt/anaconda3/pkgs. after that I'm install licence (Gurobi.lic) via terminal and the storage location is /Users/ianadrian
when I run my program, I had this:
ERROR: Solver (gurobi) returned non-zero return code (127)
ERROR: Solver log: /opt/anaconda3/bin/gurobi.sh: line 8:
/Library/gurobi903/mac64/bin/python3.7: No such file or directory
Traceback (most recent call last):
andApplicationError: Solver (gurobi) did not exit normally
-
Hi Ian,
The error message refers to Gurobi not being able to find Python 3.7, to which the Gurobi interactive shell is bound to.
Can you run the command line application of Gurobi? What happens when you try
gurobi_cl /Library/gurobi903/mac64/examples/data/misc07.lp
Best regards,
Jaromił0
Please sign in to leave a comment.
Comments
1 comment