-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cbc/mip on a raspberry pi4 #501
Comments
You did not provide the Nauty lib in your "working python docker container". |
I am starting copying a lot of missing libs, but I thought it should work without these. |
Whatever libraries are present when Cbc is built must also be present when it is run. If you move the Cbc libraries, you have to also move the dependent libraries. It may be easier just not to link to the problematic libraries when you build so that you don't need to worry about it. In this case, you could add |
Looks like this was resolved in duplicate issue coin-or/python-mip#276. Also related to coin-or/coinbrew#73. |
Hello Ted, Thanks in advance. |
The Cbc project is completely separate from With that said, we spent a good amount of time a while back figuring out how to build wheels for the CyLP python package that include portable Cbc libraries using the Anyway, I closed this ticket because the one opened in [As a side note, I am now a super happy Home Assistant user, largely thanks to your posting here about Home Assistant. I looked into it and took the plunge to switch from Smart Things over the holidays. LOVE IT! So you may be able to get me hooked on helping with that effort :)] |
I compiled a version for raspberry pi 4 (64 bit)
I compiled it in a separate docker container from Home Assistant and copied all the cbc-binaries to my working python docker container.
But the loading of the library didn't succeed.
I tried it manually at the python prompt:
So I am missing libnauty.so.2
What did I wrong?
The text was updated successfully, but these errors were encountered: