airinf牛人大佬:
之前安装mysqlclient都好好的,今天老是装不起来,试了无数个系统都不行,报错如下;
- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__=’/tmp/pip-build-53fmntwt/mysqlclient/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))" install –record /tmp/pip-riz8zf_r-record/install-record.txt –single-version-externally-managed –compile" failed with error code 1 in /tmp/pip-build-53fmntwt/mysqlclient/
刚把以前装好的卸载了后还是报这个错
zxxx牛人大佬:
这是给Python安装的吧?
airinf牛人大佬:
这是给Python安装的吧?
对 py3安装mysqlclient 出问题了,以前正常的卸载重装也不行了
airinf牛人大佬:
这是给Python安装的吧?
搞定了 是mysqlclient2.0.2有问题 安装2.0.1没问题