gpt4 book ai didi

python - 属性错误: module 'shapely' has no attribute 'affinity'

转载 作者:太空宇宙 更新时间:2023-11-03 19:41:35 25 4
gpt4 key购买 nike

在 Windows 中安装 shapely(从 https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely 下载 .whl 文件)后出现以下错误:

from shapely.geometry import Point
Traceback (most recent call last):

File "<ipython-input-48-df8e65c5217a>", line 1, in <module>
from shapely.geometry import Point

File "C:\Anaconda3\lib\site-packages\shapely\geometry\__init__.py", line 23, in <module>
import shapely.speedups

File "C:\Anaconda3\lib\site-packages\shapely\speedups\__init__.py", line 99, in <module>
enable()

File "C:\Anaconda3\lib\site-packages\shapely\speedups\__init__.py", line 69, in enable
_orig['affine_transform'] = shapely.affinity.affine_transform

AttributeError: module 'shapely' has no attribute 'affinity'

最佳答案

首先使用同一站点安装 Shapely 的依赖项。对我来说以下程序有效。我在 Windows 64 位上使用 python 3.6。

按以下顺序安装轮子:

1: GDAL-2.4.1-cp36-cp36m-win_amd64.whl

2: Fiona-1.8.6-cp36-cp36m-win_amd64.whl

3: Shapely-1.6.4.post2-cp36-cp36m-win_amd64.whl

这应该会导致正确安装 Shapely 模块。

关于python - 属性错误: module 'shapely' has no attribute 'affinity' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60393906/

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