trouble in installing rgdal on ubuntu 16.04

前端 未结 1 410
猫巷女王i
猫巷女王i 2020-12-21 18:18

I have been trying to install rgdal on R 3.4.2 (RStudio 1.1.383) and ubuntu 16.04 but it always end with a problem.

I have followed many recommendations like manual

相关标签:
1条回答
  • 2020-12-21 18:51

    I have finally been able to find a solution.

    I followed the answer of this post

    The miracle code is

    sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
    sudo apt update
    sudo apt install gdal-bin python-gdal python3-gdal libgdal1-dev
    

    thank you for your help

    0 讨论(0)
提交回复
热议问题