gpt4 book ai didi

python - 属性错误: module 'pyproj' has no attribute 'pyproj_datadir'

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

下载 basemap 是一场噩梦,出现了很多错误并修复了它们,但又出现了另一个错误。我现在不断收到以下错误:

使用spyder我写:

from mpl_toolkits.basemap import Basemap

它输出:

 File "/anaconda3/lib/python3.7/site-packages/mpl_toolkits/basemap/__init__.py", 
line 152, in <module>
epsgf = open(os.path.join(pyproj.pyproj_datadir,'epsg'))

AttributeError: module 'pyproj' has no attribute 'pyproj_datadir'

我尝试过:

pip install pyproj==1.9.6

但在大量文本中,有一条红色线表示:

Failed building wheel for pyproj

最佳答案

我正在经历在 Windows 中安装 basemap 的同样噩梦,对于这个错误,您可以使用修复

pip install pyproj==1.9.6

为我工作,但我必须关闭 Spyder(或 Jupyter 或任何 IDE)。打开它会在 pip 安装过程中出现权限错误。我从这篇文章中得到了这个:Python - PIP install trouble shooting - PermissionError: [WinError 5] Access is denied

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

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