나의 발자취
파이썬 pygame 실행했는데 내용 안뜰때 본문
https://stackoverflow.com/questions/59691131/pygame-1-9-6-not-loading-in-python-3-8-1
Pygame 1.9.6 not loading in Python 3.8.1
Really strange issue here. I have a 64bit copy of Python 3.8.1 on my Mac (Catalina 10.15.2). I have successfully installed pygame via pip3 install pygame. Every time I run Python3 and import pygame...
stackoverflow.com
short summary;
if i have done with installing pygame module but the gui screen doesn't show up(or just blank)
then there's an issue with pygame module
i've done everything that i can and was frustrated as i was burning the candle at both ends due to assignment but i managed to do it in one cue
simple solution:
python3 -m pip install pygame==2.0.0.dev6
2.0.0.dev6 is specified version of pygame
--------------------------------------------------------------사담
yesterday i squandered my PRECIOUS TIME on upgrading python on my another laptop linux but eventually failed
the terminal won't run;;;;;; ;;;;;;;;;;;;; i was running out of time (hw due on the very day)
and they say it's a common issue with upgrading python v2 to -> v3.
but i've already changed python priorities
then he should've alert ppl at the beginning of the post....
decided to give up and changed my Mac's venv this morning
and it worked.......in 5min.
what a day.
'computer language > Python' 카테고리의 다른 글
~3장 파이썬 정리 (0) | 2021.06.15 |
---|---|
맥 기본 파이썬 변경하기~ (0) | 2020.09.07 |
[Python] 파이썬 버전확인법, 파이썬 2.7 3.7 차이 (0) | 2020.05.01 |
[Python] 파이썬 gui 프로그래밍 – PyQt5, Qt Designer 설치하기 (0) | 2020.05.01 |
[Python] 파이썬 gui 만들기-Tkinter 설치 (0) | 2020.05.01 |