我有一個程式碼片段,叫做“test.pyx”: import numpy as np cimport numpy as np print(np.arange(10)) 然後我寫了兩個 setup.py 來編譯它們。第一個很好:
確定! 回上一頁