Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图将我的 py 文件转换为 pyd 但每次我去python setup.py --inplace
python setup.py --inplace
它告诉我我出错了,我无法修复它
这是我的 setup.py
from distutils.core import setup from Cython.Build import cythonize directives = {'linetrace': False, 'language_level': 3} setup(ext_modules = cythonize('pw.pyx'))
错误