Unable to find Protobuf include directory during install mysql-connector over pip

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.

Leave a Comment