Hi, mysqlclient maintainer is here.
On Fri, Dec 13, 2019 at 1:44 AM Mitesh Patel wrote:
>
> I was very confused, but I just kept the “none” wheel since that should be OS
> independent.
Why do you think it is OS independent?
libmysqlclient.so doesn't keep ABI compatibility.
You need to rebuild m
I’m using pantsbuild to create a pex with SQLAlchemy==1.3.11 and
mysqlclient==1.4.6. I’m going to run the pex on ubuntu 14 trusty and ubuntu 18
bionic.
To first build the wheel, I went to each ubuntu machine and ran this:
pip wheel —no-cache-dir —wheel-dir=./ mysqlclient==1.4.6
On the trusty m