gpt4 book ai didi

python - 当我 pip 安装它时,pyproj 无法编译。这不是关于 gcc

转载 作者:行者123 更新时间:2023-11-28 21:35:45 25 4
gpt4 key购买 nike

它抛出错误,使代码看起来确实有问题,例如:

 _proj.c:7486:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
tstate->exc_type = local_type;
^~~~~~~~
curexc_type
_proj.c:7487:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
tstate->exc_value = local_value;
^~~~~~~~~
curexc_value
_proj.c:7488:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
tstate->exc_traceback = local_tb;

它是 pyproj 版本 1.9.5.1

最佳答案

这些文件由 Cython 生成。尝试将 Cython 升级到支持 Python 的版本并重新生成文件。 (对于 Python 3.7,Cython >= 0.27.3)

编辑:

This thread建议通过指向 pyproj 的 git repo 来安装 pyproj。

pipenv install cython
pipenv install git+https://github.com/jswhit/pyproj.git#egg=pyproj

通过从 Git 安装,Cython 将重新编译必要的 c 文件。

关于python - 当我 pip 安装它时,pyproj 无法编译。这不是关于 gcc,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51963619/

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