メインコンテンツへスキップ

Gurobi ImportError in python 3.8: undefined symbol: PyDescr_IsData

回答済み

コメント

1件のコメント

  • Jonasz Staszek
    • 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

サインインしてコメントを残してください。