Skip to content
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

"OSError: libcddgmp.so.0: cannot open shared object file: No such file or directory" when testing example #3

Open
darioguidotti opened this issue Feb 1, 2023 · 2 comments

Comments

@darioguidotti
Copy link

Dear all,

Thank you very much for your work.
I am trying to install mn-bab for an experimental comparison but, following the installation instructions, I end up with the error of the title when I try to execute "python src/verify.py -c configs/cifar10_conv_small.json".
Do you have any advice?

Thank you for your time,
Kind Regards,
Dario

@Melcfrn
Copy link

Melcfrn commented Aug 29, 2023

Hi @darioguidotti,

I used it a long time ago, but if I remember well, the next lines will solve your problem (you can refer to my issue #2) :

export GUROBI_HOME="$PWD/gurobi912/linux64"
export PATH="$PATH:${GUROBI_HOME}/bin"
export CPATH="$CPATH:${GUROBI_HOME}/include"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:${GUROBI_HOME}/lib

@kkaulen
Copy link

kkaulen commented Apr 22, 2024

I would suggest using one of the container definitions provided in PR #10. Correctly setting up all paths for the C libraries to work can be quite a hustle...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants