Zend certified PHP/Magento developer

Error trying to install composer require mailchimp

I am trying to install mailchimp

I have 2..4.4 magento running on php 8.1

when running this command in SSH

composer require mailchimp/mc-magento2/v103.4.50

I get the following

Class "MagentoSetupMvcBootstrapInitParamListener" not found#0 /home/831195.cloudwaysapps.com/yjxddjbsxh/public_html/vendor/magento/framewo
rk/Console/Cli.php(78): require()                                                                                                             
#1 /home/831195.cloudwaysapps.com/yjxddjbsxh/public_html/bin/magento(22): MagentoFrameworkConsoleCli->__construct()                        
#2 {main}

I have successfully installed it on my cloned staging app which s on the same server as production. I am unable to install it on the production environment using the same methods I successfully installed it on the staging site.

Does anyone have any idea on how to resolve this issue