Unfortunately the python gurobi packages installed via pip and via conda come withtwo distinct package names gurobi for the anaconda package and gurobipy forthe pip package. Normally, we install the guobi package in the scicomp python environment,but there are some anaconda modules which have the gurobipy package. So you might needto select the correct package.
Older modules on Triton might not have the GRB_LICENSE_FILE environment variable setproperly, so you might need to point to it manually. To do so, you need to create agurobi.lic file in your home folder. The file should contain the following single line:
For Julia there exists a package calledGurobi.jl that provides an interfaceto Gurobi. This package needs Gurobi C libraries so that it can run. Theeasiest way of obtaining these libraries is to load the scicomp-python-env-module anduse the same libraries that the Python API uses.
7fc3f7cf58