However, the latest pre release of pygame, 2.1.3.dev8 (released recently) has wheels for 3.11, so your system will not need to compile pygame from source. Once pygame 2.1.3 is released, this extra flag (which tells it to look for pre releases), won't be necessary. Share Follow edi...
The following NEW packages will be INSTALLED: . . . The following packages will b 浏览0提问于2019-04-24得票数 2 回答已采纳 1回答 pygame模块在python 3.4.2中不起作用 、 Pygame模块已安装,但无法正常工作。 ImportError: No module named 'pygame.locals'; 'pygame' is not a package 当我在没有...
你的报错是说你使用的pygame对象未被初始化 看你上面的代码game = PlaneGame(),你初始化的对象叫game,看你后面使用的确是pygame,是不是写错了?所以你把pygame.time.set_timer(CREATE_ENEMY_EVENT, 1000)换成game.time.set_timer(CREATE_ENEMY_EVENT, 1000)试试。
pygame的安装: 1、安装 在termina中直接输入下面命令就能安装好了: pip install pygame 2、遇到的问题 出现问题:Distributed 1.21.8 requires msgpack, which is not installed 解决: First Method: Run this command: conda install -c anaconda msgpa... ...
查看python的版本是否与之匹配,发现版本不匹配问题 例如1.我的python3.6是32位的,就只能安装cp36的;结果发现安装还是出现问题; 2.如图上,我的python是32位,而pygame是64位,所以依然报错 解决方法:python和pygame一定要保持一致,要么都是32位,要么都是64位 ...
Open AI Gym のenv.render() でエラーが発生してrender が使用できなくなった!というときに試す設定を書き残しておきます。 pygame is not installed ~ というエラーになる 使用したコードは下記の通りです。 importgymenv=gym.make('CartPole-v0')observation=env.reset()foriinrange(100):env...
两种可能 1程序没有初始化,加上 pygame.init()2 pygame-ai没有安装 参考下面链接 安装
‑win32.whl进行安装,须知pygame的版本要和python的版本号相匹配,一方面例如3.8.0版本的python需寻找pygame对应cp38版本,另一方面例如python是32位版本,需寻找...‑cp38‑cp38‑win32.whl却无法使用,安装pygame时提示“pygame‑1.9.6‑cp38‑cp38‑win32.whlisnotasupportedwheel ...
Traceback (most recent call last): File "C:\Users\George\Desktop\game.py", line 2, in <module> import pygame File "C:\Users\George\Desktop\pygame.py", line 6, in <module> pygame.init() NameError: name 'pygame' is not defined I removed the library and installed it again but it...
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 我们可以通过以下方法来解决 访问网址:https://slproweb.com/products/Win32OpenSSL.html 如图下载安装即可: 接下来安装pygame pygame是python的一个游戏库。官网:http://www.pygame.org ...