79172514

Date: 2024-11-09 10:12:17
Score: 0.5
Natty:
Report link

Installing mysqlclient on macOS

If you encounter this error on macOS, first install MySQL and pkg-config using Homebrew:

brew install mysql pkg-config

Then install mysqlclient using pip:

pip install mysqlclient

reference: mysqlclient repository on GitHub

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mehdi