gpt4 book ai didi

python - 使用 Cython 生成 C 代码时出现“未知类型名称”错误

转载 作者:太空宇宙 更新时间:2023-11-04 04:45:31 25 4
gpt4 key购买 nike

我已经使用 Cython 成功生成了 .c 文件,但是当我尝试使用 gcc 编译它时,出现了这些错误...这只是错误的第一行...有 3 页类似的错误这...我的 .py 代码很简单:

print "test"

错误:

unknown type name ‘Py_UNICODE’
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)

最佳答案

参见 this mailing list post .

引用它:

Cython is not a Python to C compiler in the sense that it does away
with the Python interpreter/runtime, rather it creates .c files that
are compiled against the Python/C API and can be loaded into a running
session.

参见 this list of interpreters其中列出了一些可能对您有用的编译器!

有关编译指南,也可以查看 the compilation page of the Cython wiki

关于python - 使用 Cython 生成 C 代码时出现“未知类型名称”错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21372441/

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