pygame error: “ImportError: No module named 'pygame'”

前端 未结 6 1734
情歌与酒
情歌与酒 2021-01-18 02:25

This is my situation:

\"enter

I tried importing pygame in both py

6条回答
  •  深忆病人
    2021-01-18 03:06

    ans done if any one need help delete all python version from system and install python 3.5.2 from https://www.python.org/downloads/release/python-352/

    then go to https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame

    and search pygame and download pygame‑1.9.3‑cp35‑cp35m‑win_amd64.whl

    then go to C:\Users\"your username"\AppData\Local\Programs\Python\Python35\Scripts> in this location in cmd ( command prompt )

    type this line and done " pip3 install pygame-1.9.3-cp35-cp35m-win_amd64.whl "

    hope this help you

提交回复
热议问题