Install of v2.2.0 fails (not pkg-conf issue) #647
Answered
by
methane
GamerBene19
asked this question in
Issue report
-
Describe the bugWhen installing mysqlclient (v.2.2.0) with pkg-config already installed the install fails with
From what I can tell this is because pip is more strict (see here) and installing works when using Environment
How did you install libmysqlclient libraries?apt-get What version of mysqlclient do you use?(trying to use) 2.2.0 Docker command to start MySQL servernone Minimum but complete code to reproducenone Schema and initial data required to reproduce.none Commands, and any other step required to reproduce your issue.
|
Beta Was this translation helpful? Give feedback.
Answered by
methane
Aug 18, 2023
Replies: 1 comment 2 replies
-
Use venv instead of sudo pip install. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
GamerBene19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use venv instead of sudo pip install.