You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2023. It is now read-only.
and commenting out the dependency sed -i '/mysql-connector>/s/^/#/' setup.py
On windows the dependency issue is exactly the same, but I'm still working on a fix. The mysql-connector package won't play nice (install) when not using the .msi installer for python3.
The text was updated successfully, but these errors were encountered:
Hi,
The
which can be found on setup.py:18. Creates an issue on when installing on debian or windows.
Result:
Unable to find Protobuf include directory.
On debian (8) this can be fixed by installing manually:
wget https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-py3_2.1.7-1debian8.2_all.deb
dpkg -i mysql-connector-python-py3_2.1.7-1debian8.2_all.deb
and commenting out the dependency
sed -i '/mysql-connector>/s/^/#/' setup.py
On windows the dependency issue is exactly the same, but I'm still working on a fix. The mysql-connector package won't play nice (install) when not using the .msi installer for python3.
The text was updated successfully, but these errors were encountered: