Python 安装 mysqlclient 时,总是报错,试了好几个版本。
mysqlclient-1.3.13-cp36-cp36m-win3.whl is not a supported wheel on this platform.
翻译就是这个平台不支持。
我是 windows ,cmd 下输入 python,
输入 import pip._internal,
在输入 print(pip._internal.pep425tags.get_supported())
这样你就可以看到你安装的 python 支持哪些其他安装版本文件了。