gpt4 book ai didi

python - 错误 : each element of 'ext_modules' option must be an Extension instance or 2-tuple

转载 作者:太空狗 更新时间:2023-10-29 18:19:18 25 4
gpt4 key购买 nike

我试图在 python 中使用 setuptools 创建一个 egg 包,但我得到了这个奇怪的错误:

error: each element of 'ext_modules' option must be an Extension instance or 2-tuple

我该如何解决这个问题?

最佳答案

我不得不重新排序导入语句以消除此错误。此代码生成错误:

from Cython.Build import cythonize
from setuptools import find_packages, setup

此代码不会产生错误:

from setuptools import find_packages, setup
from Cython.Build import cythonize

编辑:这是有效的,因为 setuptools monkey-patches distutils,因此 setuptools 必须是第一个导入 distutils 的工具。

关于python - 错误 : each element of 'ext_modules' option must be an Extension instance or 2-tuple,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21594925/

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