Navigation

    Gpushare.com

    • Register
    • Login
    • Search
    • Popular
    • Categories
    • Recent
    • Tags

    【已解决】pytorch 3090镜像求安装GDAL

    用户反馈
    2
    2
    81
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 1
      173****5721 last edited by Alice_恒源云

      我需要使用这个库,但是直接使用pip 安装不了,查网上说Linux系统需要自行编译使用,这个耗费好多时间,请问平台能否后台帮忙安装?

      1 Reply Last reply Reply Quote 0
      • 1
        188****4831 last edited by

        使用如下命令可以正常安装 GDAL

        apt update
        apt install libgdal-dev -y
        export CPLUS_INCLUDE_PATH=/usr/include/gdal
        export C_INCLUDE_PATH=/usr/include/gdal
        pip install GDAL==2.2.3
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post