gpt4 book ai didi

python-3.x - 模块错误 : Rasterio has no attribute open

转载 作者:行者123 更新时间:2023-12-05 08:06:45 25 4
gpt4 key购买 nike

我使用 pip install rasterio 安装了 rasterio,并尝试运行一个简单的命令,如 rasterio.open(path/file),但收到以下错误消息:

模块“rasterio”没有属性“open”

我尝试卸载并重新安装,但无济于事。有谁知道导致此错误的原因以及如何修复它?

供您引用,我在 Mac 上的 Python 3.7 上运行命令。

最佳答案

你导入光栅了吗?

例如:

pip install rasterio
import rasterio
path = '/here/is/your/file/path.tif'
rasterio.open(path)

关于python-3.x - 模块错误 : Rasterio has no attribute open,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58825030/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com