Build import cythonize import numpy as np extensions = [ Extension('test', ['test.pyx'], include_dirs = [np.get_include()]), ] ...
確定! 回上一頁