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
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
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
Post is closed for comments.
Comments
2 comments