Gurobi ImportError in python 3.8: undefined symbol: PyDescr_IsData
Answered
0
-
Hi,
is there any particular reason you load Gurobi by
from .gurobipy import *
?
Normally one would expect to load it like this:
from gurobipy import *
If this doesn't help, please let us know, adding also a comprehensive description of your issue.
Best regards
Jonasz1
Please sign in to leave a comment.
Comments
1 comment