python3.8中安装pygame时报:36 warnings and 8 errors generated

执行pip3 install --user hg+http://bitbucket.org/pygame/pygame,安装pygame时,36 warnings and 8 errors generated,求大神指点!!!

liujiandeMacBook-Pro:learnpy ThomasLiu$ pip3 install --user hg+http://bitbucket.org/pygame/pygame
Collecting hg+http://bitbucket.org/pygame/pygame
Cloning hg http://bitbucket.org/pygame/pygame to /private/var/folders/jl/csmdpd9d19q20v55gn1hx9yh0000gn/T/pip-req-build-adoo8rst
Running command hg clone --noupdate -q http://bitbucket.org/pygame/pygame /private/var/folders/jl/csmdpd9d19q20v55gn1hx9yh0000gn/T/pip-req-build-adoo8rst
Running command hg update -q
Installing collected packages: pygame
Running setup.py install for pygame … error
ERROR: Command errored out with exit status 1:
command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/var/folders/jl/csmdpd9d19q20v55gn1hx9yh0000gn/T/pip-req-build-adoo8rst/setup.py’"’"’; file=’"’"’/private/var/folders/jl/csmdpd9d19q20v55gn1hx9yh0000gn/T/pip-req-build-adoo8rst/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/var/folders/jl/csmdpd9d19q20v55gn1hx9yh0000gn/T/pip-record-nnp67c9n/install-record.txt --single-version-externally-managed --compile --user --prefix=
cwd: /private/var/folders/jl/csmdpd9d19q20v55gn1hx9yh0000gn/T/pip-req-build-adoo8rst/
Complete output (387 lines):
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-x86_64-3.8
creating build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/surfarray.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/sysfont.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/_camera_vidcapture.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/sndarray.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/version.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/compat.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/colordict.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/ftfont.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/midi.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/cursors.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/_numpysndarray.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/sprite.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/macosx.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/_numpysurfarray.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/camera.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/freetype.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/_camera_opencv_highgui.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/pkgdata.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/locals.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
copying lib/dummybackend.py -> build/lib.macosx-10.9-x86_64-3.8/pygame
creating build/lib.macosx-10.9-x86_64-3.8/pygame/gp2x
copying lib/gp2x/constants.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/gp2x
copying lib/gp2x/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/gp2x
copying lib/gp2x/locals.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/gp2x
creating build/lib.macosx-10.9-x86_64-3.8/pygame/threads
copying lib/threads/Py25Queue.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/threads
copying lib/threads/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/threads
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/base_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/font_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/mixer_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/rwobject_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/pixelcopy_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/overlay_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/scrap_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/imageext_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/pixelarray_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/draw_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/transform_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/blit_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/bufferproxy_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/surfarray_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/mouse_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/surfarray_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/event_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/imageext_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/sprite_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/gfxdraw_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/rect_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/scrap_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/color_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/camera_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/surflock_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/key_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/sysfont_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/font_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/mixer_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/mixer_music_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/sndarray_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/image_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/freetype_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/joystick_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/midi_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/ftfont_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/image__save_gl_surface_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/cdrom_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/cursors_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/display_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/fastevent_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/compat_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/ftfont_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/cdrom_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/mask_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/midi_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/freetype_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/math_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/time_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/image_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/threads_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/main.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/mixer_music_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/sndarray_tags.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/test_test
.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
copying test/surface_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
copying test/test_utils/run_tests.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
copying test/test_utils/endian.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
copying test/test_utils/test_machinery.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
copying test/test_utils/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
copying test/test_utils/png.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
copying test/test_utils/test_runner.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
copying test/test_utils/arrinter.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
copying test/test_utils/buftools.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
copying test/test_utils/async_sub.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/test_utils
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests
copying test/run_tests__tests/run_tests__test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests
copying test/run_tests__tests/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/all_ok
copying test/run_tests__tests/all_ok/fake_3_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/all_ok
copying test/run_tests__tests/all_ok/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/all_ok
copying test/run_tests__tests/all_ok/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/all_ok
copying test/run_tests__tests/all_ok/fake_4_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/all_ok
copying test/run_tests__tests/all_ok/fake_5_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/all_ok
copying test/run_tests__tests/all_ok/no_assertions__ret_code_of_1__test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/all_ok
copying test/run_tests__tests/all_ok/zero_tests_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/all_ok
copying test/run_tests__tests/all_ok/fake_6_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/all_ok
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/failures1
copying test/run_tests__tests/failures1/fake_3_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/failures1
copying test/run_tests__tests/failures1/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/failures1
copying test/run_tests__tests/failures1/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/failures1
copying test/run_tests__tests/failures1/fake_4_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/failures1
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/incomplete
copying test/run_tests__tests/incomplete/fake_3_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/incomplete
copying test/run_tests__tests/incomplete/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/incomplete
copying test/run_tests__tests/incomplete/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/incomplete
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/infinite_loop
copying test/run_tests__tests/infinite_loop/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/infinite_loop
copying test/run_tests__tests/infinite_loop/fake_1_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/infinite_loop
copying test/run_tests__tests/infinite_loop/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/infinite_loop
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stderr
copying test/run_tests__tests/print_stderr/fake_3_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stderr
copying test/run_tests__tests/print_stderr/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stderr
copying test/run_tests__tests/print_stderr/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stderr
copying test/run_tests__tests/print_stderr/fake_4_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stderr
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stdout
copying test/run_tests__tests/print_stdout/fake_3_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stdout
copying test/run_tests__tests/print_stdout/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stdout
copying test/run_tests__tests/print_stdout/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stdout
copying test/run_tests__tests/print_stdout/fake_4_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/print_stdout
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/incomplete_todo
copying test/run_tests__tests/incomplete_todo/fake_3_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/incomplete_todo
copying test/run_tests__tests/incomplete_todo/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/incomplete_todo
copying test/run_tests__tests/incomplete_todo/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/incomplete_todo
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/exclude
copying test/run_tests__tests/exclude/magic_tag_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/exclude
copying test/run_tests__tests/exclude/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/exclude
copying test/run_tests__tests/exclude/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/exclude
copying test/run_tests__tests/exclude/invisible_tag_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/exclude
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/timeout
copying test/run_tests__tests/timeout/sleep_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/timeout
copying test/run_tests__tests/timeout/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/timeout
copying test/run_tests__tests/timeout/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/timeout
creating build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/everything
copying test/run_tests__tests/everything/sleep_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/everything
copying test/run_tests__tests/everything/magic_tag_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/everything
copying test/run_tests__tests/everything/fake_2_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/everything
copying test/run_tests__tests/everything/incomplete_todo_test.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/everything
copying test/run_tests__tests/everything/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/tests/run_tests__tests/everything
creating build/lib.macosx-10.9-x86_64-3.8/pygame/docs
copying docs/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/docs
copying docs/main.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/docs
creating build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/playmus.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/mask.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/sound.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/overlay.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/aacircle.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/chimp.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/liquid.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/sound_array_demos.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/midi.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/scroll.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/cursors.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/moveit.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/init.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/blit_blends.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/testsprite.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/vgrade.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/arraydemo.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/stars.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/camera.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/blend_fill.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/fonty.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/headless_no_windows_needed.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/fastevents.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/prevent_display_stretching.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/glcube.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/aliens.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/freetype_misc.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/scaletest.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/eventlist.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/scrap_clipboard.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/oldalien.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
copying examples/pixelarray.py -> build/lib.macosx-10.9-x86_64-3.8/pygame/examples
running build_ext
building ‘pygame.imageext’ extension
creating build/temp.macosx-10.9-x86_64-3.8
creating build/temp.macosx-10.9-x86_64-3.8/src
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -Ddarwin -D_THREAD_SAFE -DENABLE_NEWBUF=1 -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/local/include/SDL -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/imageext.c -o build/temp.macosx-10.9-x86_64-3.8/src/imageext.o
src/imageext.c:487:32: warning: comparison of integers of different signs: ‘int’ and ‘unsigned int’ [-Wsign-compare]
if (num_lines_to_write > (cinfo.image_height - cinfo.next_scanline) -1) {
~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc -bundle -undefined dynamic_lookup -arch x86_64 -g build/temp.macosx-10.9-x86_64-3.8/src/imageext.o -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -lSDLmain -lSDL -lSDL_image -lpng -ljpeg -o build/lib.macosx-10.9-x86_64-3.8/pygame/imageext.cpython-38-darwin.so -Wl,-framework,Cocoa
building ‘pygame.font’ extension
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -Ddarwin -D_THREAD_SAFE -DENABLE_NEWBUF=1 -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/local/include/SDL -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/font.c -o build/temp.macosx-10.9-x86_64-3.8/src/font.o
src/font.c:390:29: warning: comparison of integers of different signs: ‘unsigned long’ and ‘Py_ssize_t’ (aka ‘long’) [-Wsign-compare]
if (strlen(astring) != Bytes_GET_SIZE(bytes)) {
~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~
src/font.c:417:29: warning: comparison of integers of different signs: ‘unsigned long’ and ‘Py_ssize_t’ (aka ‘long’) [-Wsign-compare]
if (strlen(astring) != Bytes_GET_SIZE(text)) {
~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
gcc -bundle -undefined dynamic_lookup -arch x86_64 -g build/temp.macosx-10.9-x86_64-3.8/src/font.o -L/usr/local/lib -L/usr/local/lib -lSDLmain -lSDL -lSDL_ttf -o build/lib.macosx-10.9-x86_64-3.8/pygame/font.cpython-38-darwin.so -Wl,-framework,Cocoa
building ‘pygame.mixer’ extension
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -Ddarwin -D_THREAD_SAFE -DENABLE_NEWBUF=1 -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/local/include/SDL -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/mixer.c -o build/temp.macosx-10.9-x86_64-3.8/src/mixer.o
gcc -bundle -undefined dynamic_lookup -arch x86_64 -g build/temp.macosx-10.9-x86_64-3.8/src/mixer.o -L/usr/local/lib -L/usr/local/lib -lSDLmain -lSDL -lSDL_mixer -o build/lib.macosx-10.9-x86_64-3.8/pygame/mixer.cpython-38-darwin.so -Wl,-framework,Cocoa
building ‘pygame.mixer_music’ extension
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -Ddarwin -D_THREAD_SAFE -DENABLE_NEWBUF=1 -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/local/include/SDL -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/music.c -o build/temp.macosx-10.9-x86_64-3.8/src/music.o
src/music.c:406:17: warning: explicitly assigning value of variable of type ‘Mix_Music ’ (aka 'struct _Mix_Music ') to itself [-Wself-assign]
queue_music = queue_music;
~~~~~~~~~~~ ^ ~~~~~~~~~~~
1 warning generated.
gcc -bundle -undefined dynamic_lookup -arch x86_64 -g build/temp.macosx-10.9-x86_64-3.8/src/music.o -L/usr/local/lib -L/usr/local/lib -lSDLmain -lSDL -lSDL_mixer -o build/lib.macosx-10.9-x86_64-3.8/pygame/mixer_music.cpython-38-darwin.so -Wl,-framework,Cocoa
building ‘pygame.scrap’ extension
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -Ddarwin -D_THREAD_SAFE -DENABLE_NEWBUF=1 -I/usr/X11R6/include -I/usr/local/include/SDL -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/scrap.c -o build/temp.macosx-10.9-x86_64-3.8/src/scrap.o
src/scrap.c:43:22: warning: unused variable ‘_currentmode’ [-Wunused-variable]
static ScrapClipType _currentmode;
^
src/scrap.c:44:18: warning: unused variable ‘_selectiondata’ [-Wunused-variable]
static PyObject
_selectiondata;
^
src/scrap.c:45:18: warning: unused variable ‘_clipdata’ [-Wunused-variable]
static PyObject
_clipdata;
^
3 warnings generated.
gcc -bundle -undefined dynamic_lookup -arch x86_64 -g build/temp.macosx-10.9-x86_64-3.8/src/scrap.o -L/usr/local/lib -lSDLmain -lSDL -o build/lib.macosx-10.9-x86_64-3.8/pygame/scrap.cpython-38-darwin.so -Wl,-framework,Cocoa
building ‘pygame.pypm’ extension
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -Ddarwin -D_THREAD_SAFE -DENABLE_NEWBUF=1 -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/local/include -I/System/Library/Frameworks/CoreMIDI.framework/Versions/Current/Headers -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/pypm.c -o build/temp.macosx-10.9-x86_64-3.8/src/pypm.o
src/pypm.c:664:14: warning: explicitly assigning value of variable of type ‘PyObject *’ (aka ‘struct _object *’) to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
src/pypm.c:703:14: warning: explicitly assigning value of variable of type ‘PyObject *’ (aka ‘struct _object *’) to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
src/pypm.c:734:14: warning: explicitly assigning value of variable of type ‘PyObject *’ (aka ‘struct _object *’) to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
src/pypm.c:776:14: warning: explicitly assigning value of variable of type ‘PyObject *’ (aka ‘struct _object *’) to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
src/pypm.c:818:14: warning: explicitly assigning value of variable of type ‘PyObject *’ (aka ‘struct _object *’) to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
src/pypm.c:868:14: warning: explicitly assigning value of variable of type ‘PyObject *’ (aka ‘struct _object *’) to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
src/pypm.c:928:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:963:14: warning: explicitly assigning value of variable of type ‘PyObject *’ (aka ‘struct _object *’) to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
src/pypm.c:1006:14: warning: explicitly assigning value of variable of type ‘PyObject *’ (aka ‘struct _object *’) to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
src/pypm.c:1050:14: warning: explicitly assigning value of variable of type ‘PyObject *’ (aka ‘struct _object *’) to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
src/pypm.c:1307:7: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L9;
^~~~~~~~~~~~~
src/pypm.c:1439:7: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L7;
^~~~~~~~~~~~~
src/pypm.c:1533:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L6;
^~~~~~~~~~~~~
src/pypm.c:1501:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:1631:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L6;
^~~~~~~~~~~~~
src/pypm.c:1588:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:1738:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L6;
^~~~~~~~~~~~~
src/pypm.c:1695:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:2186:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L14;
^~~~~~~~~~~~~~
src/pypm.c:2003:9: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L9;
^~~~~~~~~~~~~
src/pypm.c:1948:9: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L8;
^~~~~~~~~~~~~
src/pypm.c:1841:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:2418:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L7;
^~~~~~~~~~~~~
src/pypm.c:2632:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L7;
^~~~~~~~~~~~~
src/pypm.c:2798:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L6;
^~~~~~~~~~~~~
src/pypm.c:2925:7: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L7;
^~~~~~~~~~~~~
src/pypm.c:2986:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:3094:7: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L7;
^~~~~~~~~~~~~
src/pypm.c:3041:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:3251:7: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L8;
^~~~~~~~~~~~~
src/pypm.c:3197:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:3342:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:3430:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:3614:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L7;
^~~~~~~~~~~~~
src/pypm.c:3570:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L6;
^~~~~~~~~~~~~
src/pypm.c:3537:5: warning: code will never be executed [-Wunreachable-code]
goto __pyx_L5;
^~~~~~~~~~~~~
src/pypm.c:4976:18: error: no member named ‘exc_type’ in ‘struct _ts’
if ((tstate->exc_type != NULL) & (tstate->exc_type != Py_None)) {
~~~~~~ ^
src/pypm.c:4976:47: error: no member named ‘exc_type’ in ‘struct _ts’
if ((tstate->exc_type != NULL) & (tstate->exc_type != Py_None)) {
~~~~~~ ^
src/pypm.c:4977:28: error: no member named ‘exc_type’ in ‘struct _ts’
tmp_type = tstate->exc_type;
~~~~~~ ^
src/pypm.c:4978:29: error: no member named ‘exc_value’ in ‘struct _ts’; did you mean ‘curexc_value’?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/cpython/pystate.h:79:15: note: ‘curexc_value’ declared here
PyObject *curexc_value;
^
src/pypm.c:4979:26: error: no member named ‘exc_traceback’ in ‘struct _ts’; did you mean ‘curexc_traceback’?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/cpython/pystate.h:80:15: note: ‘curexc_traceback’ declared here
PyObject *curexc_traceback;
^
src/pypm.c:4982:17: error: no member named ‘exc_type’ in ‘struct _ts’
tstate->exc_type = 0;
~~~~~~ ^
src/pypm.c:4983:17: error: no member named ‘exc_value’ in ‘struct _ts’; did you mean ‘curexc_value’?
tstate->exc_value = 0;
^~~~~~~~~
curexc_value
/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/cpython/pystate.h:79:15: note: ‘curexc_value’ declared here
PyObject *curexc_value;
^
src/pypm.c:4984:17: error: no member named ‘exc_traceback’ in ‘struct _ts’; did you mean ‘curexc_traceback’?
tstate->exc_traceback = 0;
^~~~~~~~~~~~~
curexc_traceback
/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/cpython/pystate.h:80:15: note: ‘curexc_traceback’ declared here
PyObject *curexc_traceback;
^
36 warnings and 8 errors generated.
error: command ‘gcc’ failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/var/folders/jl/csmdpd9d19q20v55gn1hx9yh0000gn/T/pip-req-build-adoo8rst/setup.py’"’"’; file=’"’"’/private/var/folders/jl/csmdpd9d19q20v55gn1hx9yh0000gn/T/pip-req-build-adoo8rst/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/var/folders/jl/csmdpd9d19q20v55gn1hx9yh0000gn/T/pip-record-nnp67c9n/install-record.txt --single-version-externally-managed --compile --user --prefix= Check the logs for full command output.

猜你喜欢

转载自blog.csdn.net/weixin_43182179/article/details/103195062