pip install is not working

后端 未结 4 1717
我寻月下人不归
我寻月下人不归 2020-12-11 11:08

I am trying to install pygame with pip install . but every time i tried i faced to this error.

Retrying (Retry(total=4, connect=None, read=None, redir

4条回答
  •  [愿得一人]
    2020-12-11 11:29

    Go to this Website, download the pygame‑1.9.3‑cp36‑cp36m‑win_amd64.whl file, open cmd, change directory to the folder you have the .whl file end type:

    pip install pygame‑1.9.3‑cp36‑cp36m‑win_amd64.whl .

    This works when you are trying to install packages and firewalls are blocking the connection.

提交回复
热议问题