Questions tagged [libmysqlclient]

22 questions
0
votes
1 answer

Error while installing `mysqlclient` on `vercel` for `django` app

I am trying to deploy a django app on vercel that requires a module mysqlclient but it seems to be failing because of some error for mysql_config. I am using PlanetScale and had added integration. The error is: Error: Command failed: pip3.9 install…
0
votes
1 answer

pip install mysqlclient returns OSError: mysql_config not found on CentOS9 with Python3.9

I'm currently setting-up an existing Django project using a virtual environment with Python3.9 on my CentOS system. When I ran the pip install requirements.txt command it gets stuck on installing mysqlclient and shows an error: OSError: mysql_config…
Kwen
  • 107
  • 1
  • 6
0
votes
0 answers

Unable to install mysqlclient using virtualenv (Fedora 37)

I am developing an app using Django 4 and have set up a virtual environment using venv. The problem is that I cannot get the MySQL client package installed using pip to allow my Django app to connect to an existing MariaDB hosted on the same…
0
votes
1 answer

Unable to install mysqlclient in django

I am using the latest python version 3.11 in django framework, for that I need to install mysqlclient . But there was error when I try to install pip install mysqlclient Output like this as error: Building wheels for collected packages:…
joyce
  • 21
  • 1
0
votes
0 answers

How does Python "mysqlclient/MySQLdb" know where to find "libmysqlclient?"

I'm getting a traceback which says that the "libmysqlclient" interface package cannot be found – and indeed it can't be found where Python is looking: /usr/lib. It looks from preceding trace entries that it's using @RPATH as the source of where to…
Mike Robinson
  • 8,490
  • 5
  • 28
  • 41
-1
votes
0 answers

Cant Get MySqlClient To Download on MacOs

I am trying to make a fullstack blog application with a flask/sql python backend while using a mac. I cannot get the mysqlclient to download. I followed what it said on https://pypi.org/project/mysqlclient/ and it is still failing. There seems to…
-1
votes
1 answer

I'm getting an error while installing 'mysqlclient' for a Django project on Ubuntu

Installing mysqlclient... Resolving mysqlclient... Adding mysqlclient to Pipfile's [packages] ... ✔ Installation Succeeded Pipfile.lock not found, creating... Locking [packages] dependencies... Building requirements... Resolving…
1
2