I can’t help with building the wheel for Python 3.7, but if you just want to use Python 3 with mysqlclient, then pip install mysqlclient==1.3.12 With Python 3.6 should install a prebuilt wheel without any issues. – Alasdair Jun 30 '18 at 20:18 1 You could try this unofficial ...
I can’t help with building the wheel for Python 3.7, but if you just want to use Python 3 with mysqlclient, then pip install mysqlclient==1.3.12 With Python 3.6 should install a prebuilt wheel without any issues. – Alasdair Jun 30 '18 at 20:18 1 You could try this unofficial ...
Can't say for 1.0.2, but I have installed the 1.0.3 wheel "pandas-1.0.3-cp38-cp38-win_amd64.whl" and extracted the DLLs from "pandas-1.0.1-cp38-cp38-win_amd64.whl" Contributor TomAugspurger commented Mar 23, 2020 @mborus can you try for 1.0.2? Our wheel building infrastructure...