如何理解这个Pygame错误?

时间:2018-07-19 03:34:44

标签: python-3.x python-2.7

我正在尝试在我的计算机上安装Pygame。我正在使用Python 3.7.0运行Mac OSX。我已经成功安装了pip3,但是当我尝试使用sudo pip3 install hg+http://bitbucket.org/pygame/pygame安装Pygame时,出现以下错误:

Command "/usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-install-arxkd3yz/pygame/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-iq00o_g3/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-install-arxkd3yz/pygame/

此错误的原因是什么,并对此进行了修复?

0 个答案:

没有答案