使用osmnx的一些功能函数时会报错osmnx OSError: exception: access violation writing 0x0000000000000001
根本原因是osmnx的版本与shapely版本没对应好
我的osmnx版本是1.1.2
shapely的版本是1.8.5,我一个一个试的,发现将shapley版本降到1.7.0就能正常运行了
osmnx OSError: exception: access violation writing 0x0000000000000001
解决osmnx与shapely版本冲突问题
最新推荐文章于 2023-12-06 11:49:34 发布
在使用osmnx1.1.2版本时遇到osmnx.OSError,错误提示访问冲突与shapely1.8.5版本不兼容。通过降级shapely到1.7.0版本,问题得到解决,恢复正常运行。
2万+

被折叠的 条评论
为什么被折叠?



