Getting error “In function ‘igraph_write_graph_graphml’:” while installing igraph package in R

前端 未结 3 847
心在旅途
心在旅途 2021-01-02 07:57

I am trying to install igraph package in R.But getting error in the foreign-graphml.c below:

foreign-graphml.c: In function ‘igraph_write_graph_graphml’:
for         


        
3条回答
  •  忘掉有多难
    2021-01-02 08:51

    I had the saime issue and solved it by typing the following in the terminal

    sudo apt-get install libssl-dev  
    sudo apt-get install libcurl4-openssl-dev
    sudo apt-get install libxml2-dev
    

提交回复
热议问题