The ‘certbot==0.40.0’ distribution was not found and is required by the application
So you upgraded your Python. “Now I can deploy my project,” you thought. You got all the packages in place, including Certbot for SSL. Ready to generate the certs, you typed sudo certbot -h. And then… pkg_resources.DistributionNotFound: The ‘certbot==0.40.0’ distribution was not found and is required by the application or from acme.magic_typing import Union # pylint: […]