Build import cythonize import numpy setup(ext_modules = cythonize(Extension( 'dot_cython', sources=['libtest.pyx'], language='c ' ...
確定! 回上一頁