Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 10:49 AM
Hi! I just figured this out myself. I'm not sure why this is suddenly occurring, since igraph has always loaded fine for me in databricks but didn't this week. I found that the following solution worked.
In your notebook before installing your R libraries, make a %sh chunk (just type that at the top) so the code looks like this:
```
%sh
sudo apt-get update
sudo apt-get -y install libglpk-dev
```
This should work. I found the solution here: https://github.com/igraph/rigraph/issues/490#issuecomment-966890059
SUPERSEDED BY THE TROUBLESHOOTING PAGE I am trying to install igraph from CRAN with install.packages("igraph"), and I get an error like this: In file included from feedback_arc_set.c:31: igraph_glpk_support.h:36:10: fatal error: glpk.h: ...