Zend certified PHP/Magento developer

How to install Mailchimp in magento 2.1.5 from composer

I am trying to install MailChimp in the following way but unfortunately, it did not work for me.

  1. install the MailChimp library

composer require ebizmarts/mailchimp-lib

  1. Install MailChimp right version as per Magento version

composer require mailchimp/mc-magento2:100.1.37

after that, I am running following command

php bin/magento setup:upgrade

php bin/magento cache:clean

php bin/magento setup:static-content:deploy ar_SA
php bin/magento setup:static-content:deploy en_US en_GB

But above process did not help me.

Thanks for your support in advance.