Build import cythonize setup( name='compute_module', ext_modules=cythonize('compute.pyx'), ). 步骤3,然后再运行:python setup.py build_ext --inplace.
確定! 回上一頁