// numpy_config.h #ifndef NUMPY_CONFIG_INCLUDED #define NUMPY_CONFIG_INCLUDED // 使用更独特的项目前缀(建议:__) #define PY_ARRAY_UNIQUE_SYMBOL RTC_PLUGINS_7A3B_ARRAY_API #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION // 确保只被包含一次 #include #include #endif