Could not build wheels for mysqlclient, which is required to install pyproject.toml-based projects

preview_player
Показать описание
I got this following error while installing mysqlclient in django project.
To Resolve this error I use alternate way pymysql.
Mysql DB Connector
Рекомендации по теме
Комментарии
Автор

omg nothing was working until this thank you so much

SaiyaraLBS
Автор

You saved me!! Thank you, i spend a lot of time trying different things like installing vs building tools and other proposed solutions

hamzaelkhamlichi
Автор

Thanks a lot u saved me. lost 2 days trying to fix the problem

elinjoroge
Автор

U help me man, thanks a lot, mysql is working now

Motivation_into_coding
Автор

thank you so much for the solution. keep up the good work.

HaiderAli_Khan
Автор

try "import pymysql" at the top if it says TypeError

flickvfx
Автор

hi, i need your help:

PS Control> pip install pymysql
Requirement already satisfied: pymysql in (1.1.0)

please, urgent
[

mariaisabelly
Автор

super, ALLAHO AKBAR !!
how to hit 1000 Like 🤩

faridmohamedfarid
Автор

I made all this, then:

File "C:\Users\Daniel Django\Cadastro Funcionarios\Cadastro_Funcionarios\Cadastro_Funcionarios\settings.py", line 17, in <module>
pymysql.version_info-(1, 4, 6, 'final', 0)

TypeError: unsupported operand type(s) for -: 'tuple' and 'tuple'

anyone could help me?

danielmvp