Debian system. The question is actually what ... The aptitude install install python-mysql.connector installs a connector, but the fact is that it only works for version 2.7. Most likely, because it is installed by default. So here, the question is how to install the same module but for python3.

    1 answer 1

    You need to install the python3-pip module and use pip3 accordingly