【发布时间】:2020-09-01 19:07:34
【问题描述】:
我不知道为什么会这样。在我遇到同样的错误之前,它说我没有安装轮包。所以我点了安装的轮子,我仍然有这个错误,但减去了部分。我会显示错误,但整体太长了。这是我认为导致问题的错误部分。
Using cached pygame-1.9.6.tar.gz (3.2 MB)
Building wheels for collected packages: pygame
Building wheel for pygame (setup.py): started
Building wheel for pygame (setup.py): finished with status 'error'
Running setup.py clean for pygame
Failed to build pygame
Installing collected packages: pygame
Running setup.py install for pygame: started
Running setup.py install for pygame: finished with status 'error'
DEPRECATION: The -b/--build/--build-dir/--build-directory option is deprecated. pip 20.3 will remove support for this functionality. A possible replacement is use the TMPDIR/TEMP/TMP environment variable, possibly combined with --no-clean. You can find discussion regarding this at https://github.com/pypa/pip/issues/8333.
ERROR: Command errored out with exit status 1:
虽然我确定它与 pip 有关,但我不知道如何解决这个问题。
【问题讨论】:
标签: python-3.x macos pip pygame pycharm