質問編集履歴
2
インポート文を修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
```
|
10
10
|
(もともと`$PYTHONPATH`は空でした)
|
11
11
|
|
12
|
-
そしてpythonで`import gdal`または`
|
12
|
+
そしてpythonで`import gdal`または`from osgeo import gdal`とすると
|
13
13
|
> `ModuleNotFoundError: No module named '_gdal'`
|
14
14
|
|
15
15
|
`_gdal`というモジュールが無いと言われます。
|
1
タグを追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|