質問編集履歴
2
インポート文を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
そしてpythonで`import gdal`または`import gdal
|
23
|
+
そしてpythonで`import gdal`または`from osgeo import gdal`とすると
|
24
24
|
|
25
25
|
> `ModuleNotFoundError: No module named '_gdal'`
|
26
26
|
|
1
タグを追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|