79444718

Date: 2025-02-17 07:47:17
Score: 1.5
Natty:
Report link

If you use the python package mysqlclient you still need to install the mysql client from Oracle/MySQL. This contains the C-library that the python package uses. To make things more confusing: the python package is in fact written in C for speed increases.

To install this library on MacOS:

% brew install mysql-client

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rudranarayan Sahu