import osmnx as ox > from Ipython.dis-6ren">
gpt4 book ai didi

python - Windows 中的 "could not find or load spatialindex_c.dll"?

转载 作者:太空狗 更新时间:2023-10-30 00:47:47 24 4
gpt4 key购买 nike

系统:windows

版本:python 3.6

我成功安装了 osmnx 和 Rtree。但是还是有错误。

我的代码:

> import osmnx as ox
> from Ipython.display import Image

> ox.config(log_file=True,log_console=True,use_cache=True)
>
> img_folder='image'; extension='png'; size=700
>
> place='shanghai' point=(121.48,31.22) >
> fig,ax=ox.plot_figure_ground(point=point,filename=place,network_type='all',dpi=150)
> Image('{}/{}.{}'.fromat(img_folder,place,extension),height=size,width=size)

raise OSError("could not find or load spatialindex_c.dll")

OSError: could not find or load spatialindex_c.dll

这是什么意思,是什么原因造成的,您应该如何解决?

最佳答案

我遇到了同样的问题“无法找到或加载 spatialindex_c.dll”

为我解决的问题是 pip uninstall rtree。就是这样。我在没有管理员的 Windows 7 服务器中使用 conda 环境。

osmnxgeopandas 都出现在我的 env 中,其中包括 conda-forge channel

关于python - Windows 中的 "could not find or load spatialindex_c.dll"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45901732/

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