我正在用我有的教科书自学python,而且我快读完这本书了。但它要我为课程项目安装 pygame 和 livewires。过了一会儿,我安装了 pygame,它运行良好,但我无法让 livewires 正常工作,我通过在命令提示符中键入“pip install LiveWires”来安装它,但是当我尝试在 python shell 中导入模块游戏时,我收到此错误:
Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> from livewires import games File "C:\Users\young\AppData\Local\Programs\Python\Python39-32\lib\site-packages\livewires\__init__.py", line 32, in <module> from beginners import * ModuleNotFoundError: No module named 'beginners'
有没有其他方法可以安装软件包?有没有办法解决这个问题?任何帮助表示赞赏。