Installing Python mysqlclient package #13737
Replies: 3 comments 1 reply
-
With |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like mariadb got split into version streams but we neglected to add the right virtuals for |
Beta Was this translation helpful? Give feedback.
1 reply
-
This should be merged and fixed. Please open an issue if there's still a problem! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to evaluate the Chainguard Python base image and am trying to install the
mysqlclient
package.I tried to install
mariadb-dev
(apk add mariadb-dev
), however, when installingmysqlclient
viapip install mysqlclient
I get the following error:This is on Apple Silicon (arm64).
Is there anything I am missing?
Beta Was this translation helpful? Give feedback.
All reactions