-
Notifications
You must be signed in to change notification settings - Fork 7
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
Can not load KaHyPar shared object file #19
Comments
My friend also see this error when using google cloud with OS: Debian 9.13. This might be related to specifying a specific version of boost. Why it searches the system path instead of using the |
I find required lib file in the artifacts folder, maybe it is just an issue of look up path.
This problem make KaHyPar.jl installation unsuccessful in most hosts. So I think it is quite urgent. Since I know little about how the binaries are compiled. Can anyone help look into it? |
I have the same issue. Have you found any solution? |
I have found a temporary solution: sudo ln -s /usr/lib/libboost_program_options.so.1.7x.y /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.71.0 |
@GiggleLiu: I agree this is kind of urgent. I will try to take a look at this when I can find the time. Thanks for the temporary solution. I recently ran into this problem on an old Ubuntu 14.04 machine, and could not get it to work no matter what work-around I tried. |
@jalving For older version Ubuntu, you need to compile and install latest |
@GiggleLiu and @jalving Thanks for the answer, any solution for Windows machines? |
@BarzegarAlireza We haven't managed to get a working windows artifact yet, mostly because neither I or the KaHyPar devs have had time to work with windows compilers. I think some KaHyPar users have managed to compile with Windows, so it's technically possible to create an artifact. |
Fixed by JuliaRegistries/General#49308 (alternatively, you could have installed |
Closing this issue. Feel free to re-open if it persists. |
Julia v1.6.1, KaHyPar 0.2.0, Ubuntu 20.04
Note: I can fix it by typing
Still wondering why the error took place. I just updated some packages.
The text was updated successfully, but these errors were encountered: