Re: mysqlclient==1.4.6 none wheel doesn't work on ubuntu 18

2019-12-12 Thread Inada Naoki
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

mysqlclient==1.4.6 none wheel doesn't work on ubuntu 18

2019-12-12 Thread Mitesh Patel
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