[Build] Failed to build installable wheels for some pyproject.toml based projects (mysqlclient) #756
Answered
by
cajanond
zgpnuaa
asked this question in
Build issue
-
What OS and which version do you use?Ubuntu 22.04 How did you installed mysql client library?sudo apt-get install python3-dev default-libmysqlclient-dev build-essential pkg-config Output from
|
Beta Was this translation helpful? Give feedback.
Answered by
cajanond
Mar 28, 2025
Replies: 1 comment 1 reply
-
What version of python do you have? I fixed it by running: sudo apt-get install python3.11-dev and then installing the mysqlclient package with pip. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zgpnuaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of python do you have? I fixed it by running:
and then installing the mysqlclient package with pip.