Quick monolith installation failure

After running the following command:
sudo bash cchq-install.sh install-config.yml
I am getting the following failure when it gets to installing 'link supervisor':

{"ansible_loop_var": "item", "changed": false, "item": "supervisord", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /usr/local/bin/supervisord", "path": "/usr/bin/supervisord", "src": "/usr/local/bin/supervisord"}
failed: [10.127.105.27] (item=supervisorctl) => {"ansible_loop_var": "item", "changed": false, "item": "supervisorctl", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /usr/local/bin/supervisorctl", "path": "/usr/bin/supervisorctl", "src": "/usr/local/bin/supervisorctl"}Preformatted text

Pinging this as we're still encountering this issue. Tried to restart installation and got this error again.

Hello,

This suggests that there was an issue in installing the supervisor=4.0.4 python package. Can you try below command?

commcare-cloud <env_name> deploy-stack --skip-check --skip-tags=users -e 'CCHQ_IS_FRESH_INSTALL=1' -c local --quiet --branch=master

Note that you may also need to run the quick-install script without sudo if that didn't work.

bash cchq-install.sh install-config.yml