You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is anyone else getting a MIPSolver error? This has worked in the past (last year) on MacOS, intel processor. Tried reinstalling MIP and downloaded a fresh copy of the optimizer.
An error occurred while loading the CBC library: cannot load library '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib': dlopen(/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib, 2): Symbol not found: ____chkstk_darwin Referenced from: /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib. Additionally, ctypes.util.find_library() did not manage to locate a library called '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib'
The text was updated successfully, but these errors were encountered:
Is anyone else getting a MIPSolver error? This has worked in the past (last year) on MacOS, intel processor. Tried reinstalling MIP and downloaded a fresh copy of the optimizer.
An error occurred while loading the CBC library: cannot load library '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib': dlopen(/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib, 2): Symbol not found: ____chkstk_darwin Referenced from: /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib. Additionally, ctypes.util.find_library() did not manage to locate a library called '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/mip/libraries/cbc-c-darwin-x86-64.dylib'
The text was updated successfully, but these errors were encountered: