楼主, 我按照第一个方法安装失败了. macOS 10.11.6的系统, Python3跟pip3都已经正常安装.
执行第一个方法中的step2 有错误提示.
Command "/usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-install-w8w_z_ty/Cython/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-yg2lnk4y/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-install-w8w_z_ty/Cython/
请问楼主知道这个是什么原因么? Google了好久没有找到解决办法.
kivy 在mac上安装笔记首先参考了kivy官网上的方法: 1,Using Homebrew with pip 2,Using MacPorts with pip 3,Using The Kivy.a...