I encountered the following error when attempting to run GUROBI via gurobipy interface.
gurobipy.GurobiError: Version number is 11.0, license is for version 10.0
Resolved by:
pip install gurobipy==10.0.3
In my environment, python installed gurobipy with version 11.0, so I specified the version to match my license.