当前位置:网站首页>Install pyGame
Install pyGame
2022-07-27 05:03:00 【Inexhaustible hand of God】
install Pygame
Use pip install Python package
stay Windows Check whether pip
python -m pip –version

If not installed pip, Use the following command to run get-pip.py:
python3 get-pip.py perhaps python get-pip.py
stay Windows Installation in system Pygame
visit :http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame, Find the Python The version matches Windows The installer or extension is .whl The file of
If the extension of the file is .whl, Just copy it to your project folder . Open another command window , Switch to the folder where the file is located , And use pip To run it :
F:\python_project\alien_invasion>python -m pip install --user pygame-2.1.2-cp38-cp38-win_amd64.whl

Error message : This platform does not support current whl file
see platform Information :

This download :pygame-2.1.2-cp38-cp38-win32.whl

verification :
import pygame

边栏推荐
- 「Photoshop2021入门教程」“拉平”带有透视感的图像
- 安装Pygame
- 【C语言】动态内存管理
- 事件过滤器
- Photoshop裁剪工具隐藏技巧
- Affine transformation module and conditional batch Standardization (CBN) of detailed text generated images
- Explanation of index failure principle and its common situations
- Digital integrated circuit: CMOS inverter (I) static characteristics
- TCP's three handshakes and four waves
- Final Cut Pro Chinese tutorial (1) basic understanding of Final Cut Pro
猜你喜欢
随机推荐
项目对接支付宝支付,内网穿透实现监听支付宝的支付成功异步回调通知
Introduction to MySQL optimization
Stm32 cubemx hal----- PWM - change frequency
C language - two dimensional array, pointer
STM32 Hal serial port (uart/usart) debugging experience (I) -- basic knowledge of serial port communication +hal library code understanding
Final Cut Pro中文教程 (2) 素材窗口的认识
Use of file i/o in C
Complete Binary Tree
Easily download data in power Bi reports with power auto
事件(event)
Hiding skills of Photoshop clipping tool
小程序项目如何创建
背包问题dp
Web框架介绍
Read write separation and master-slave synchronization
ps太卡怎么办?几步帮您解决问题
[search] connectivity model of DFS + search order
【Acwing】第61场周赛 题解
Comprehensive experiment of static routing
【报错】Cannot read property ‘parseComponent‘ of undefined









