白鹭先生 commited on
Commit
810f84d
·
1 Parent(s): 2c63cb6

gdal安装

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  Author: Egrt
3
  Date: 2022-03-19 10:23:48
4
  LastEditors: Egrt
5
- LastEditTime: 2022-03-20 13:41:53
6
  FilePath: \Luuu\app.py
7
  '''
8
 
@@ -10,6 +10,7 @@ from gis import GIS
10
  import gradio as gr
11
  import os
12
  os.system('pip install requirements.txt')
 
13
  from zipfile import ZipFile
14
  gis = GIS()
15
 
 
2
  Author: Egrt
3
  Date: 2022-03-19 10:23:48
4
  LastEditors: Egrt
5
+ LastEditTime: 2022-03-20 14:40:25
6
  FilePath: \Luuu\app.py
7
  '''
8
 
 
10
  import gradio as gr
11
  import os
12
  os.system('pip install requirements.txt')
13
+ os.system('pip install https://sourceforge.net/projects/gdal-wheels-for-linux/files/GDAL-3.1.4-cp38-cp38m-manylinux_2_5_x86_64.manylinux1_x86_64.whl/download')
14
  from zipfile import ZipFile
15
  gis = GIS()
16