Skip to main content

Gurobi ImportError in python 3.8: undefined symbol: PyDescr_IsData

Answered

Comments

1 comment

  • Jonasz Staszek
    Community Moderator Community Moderator
    Gurobi-versary
    Thought Leader
    First Question

    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
    Jonasz

    1

Please sign in to leave a comment.