YT-Spammer-Purge
YT-Spammer-Purge copied to clipboard
Total Defense Internet Security?
I tried to get it to work, but it's trying to find a suitable TLS CA certificate bundle in " C:\Program Files\Total Defense\Internet Security Suite\Anti-Phishing". But I don't have that antivirus program on my PC. I use a different provider. I've attached the screenshot of the error.
That's something wrong with your certificate bundle which is not related to this software. as you might see https://stackoverflow.com/questions/56738345/could-not-install-packages-due-to-an-environmenterror-could-not-find-a-suitable https://www.reddit.com/r/learnpython/comments/lh9us9/error_could_not_install_packages_due_to_an/
(search google for could not find suitable tls ca certificate for more hints how to resolve)
the probable error is due to missing standard windows certificate or wrong path to certificate bundle, so you need to fix it, it's more related to your configuration and python looking to certificate, that the utility itself.
probably https://security.stackexchange.com/questions/71313/how-to-reset-windows-trusted-certificates-store-to-its-default might be of some help too