I found that this error occurs since version 2.2.3.
You can avoid this issue using version 2.1.6.
pip install mysql-connector==2.1.6
try above.
I found that this error occurs since version 2.2.3.
You can avoid this issue using version 2.1.6.
pip install mysql-connector==2.1.6
try above.