No meu sistema Windows 10, o Gurobi está instalado corretamente, a licença instalada e a variável ambiental configurada conforme o guia de início rápido . A seguinte transcrição de cmd resume tudo muito bem.
Parece que está tudo em ordem...
C:\Users\User1>gurobi
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Academic license - for non-commercial use only
Gurobi Interactive Shell (win64), Version 8.0.0
Copyright (c) 2018, Gurobi Optimization, LLC
Type "help()" for help
gurobi>
No entanto ...
C:\Users\User1>python
Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import gurobipy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named gurobipy
Por que isso está acontecendo e como posso resolvê-lo?