Dns-route53 plugin does not appear to be installed (installing press)

I set up a root domain with AWS route 53 while installing press. While creating a TLS certificate, I am getting this error:

Saving debug log to /home/user/.certbot/logs/letsencrypt.log
The requested dns-route53 plugin does not appear to be installed
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /home/user/.certbot/logs/letsencrypt.log or re-run Certbot with -v for more details.

But I have installed dns-route53 plugin with this command:
pip3 install certbot-dns-route53 in the home directory as shown in this video:

Okay I got the solution.

Run this:

sudo snap set certbot trust-plugin-with-root=ok
sudo snap install certbot-dns-route53

Now,

sudo certbot plugins

You should now see dns-route53 listed.