coin-or / python-mip

Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
Eclipse Public License 2.0
516 stars 90 forks source link

About Python MIP Solver NameError: name 'cbclib' is not defined error #252

Open idilbayar opened 2 years ago

idilbayar commented 2 years ago

Hi, When I run a python mip code I get the following error "NameError: name 'cbclib' is not defined" I tried everything that is on the internet about solution of this issue. They did not work for me please help it is an urgent situation. I am using MacBook Air MacOS Sierra 10.12.6 python version 3.9.7 (default, Sep 16 2021, 08:50:36) MIP version 1.13.0 Thank you It is the same issue as #167

gewesp commented 2 years ago

Preferably then, comment on #167 and provide complete and minimal reproduction steps there.