樓主, 我按照第一個方法安裝失敗了. macOS 10.11.6的系統(tǒng), Python3跟pip3都已經(jīng)正常安裝.
執(zhí)行第一個方法中的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官網(wǎng)上的方法: 1,Using Homebrew with pip 2,Using MacPorts with pip 3,Using The Kivy.a...