module 'kong.plugins.base_plugin' not found:No LuaRocks module found for kong.plugins.base_plugin

I use kong-gateway on docker, and when I customize the kong plugin, I need to inherit the base class: ‘kong.plugins.base_plugin’, but when I start the plugin, I report this error: module ‘kong.plugins.base_plugin’ not found:No LuaRocks module found for kong.plugins.base_plugin. Module ‘kong.plugins.base_plugin’ Not found: no luarocks module found for kong.plugins.base_plugin. My lua version is 5.1, how can I solve it

@MorningChan Importing kong.plugins.base_plugin is deprecated in latest KONG version - Kong Gateway Changelog | Kong Docs