mysql.connector.errors.notsupportederror: authentication plugin caching_sha2_password is not supported
33
You have probably installed mysql-connector instead of mysql-connector-python. So you need to install it again for python3:
pip3 install mysql-connector-python