pip install livewires时,我会得到以下错误 Using cached LiveWires-2.1.tar.gz Could not find a version that satisfies the requirement pygame (from livewires) (from versions: )
No matching distribution found for pygame (from li
之前我也有过同样的错误,但它显示我没有安装轮子包。所以我用pip安装了轮子,我仍然有这个错误,但没有零件。我会显示错误,但是整体太长了。这是我认为导致问题的错误部分。Using cached pygame-1.9.6.tar.gz (3.2 MB) Building wheelfor pygame (setup.py): started
Building wheel for pygame
我在Mac OS X El Capitan上运行python 2.7.10。我下载了pygame1.9.1,它在Python的命令行版本上运行良好。但是,如果我在PyCharm上编写一个使用pygame库的程序,它会显示如下错误消息。File "/Library/Python/2.6/site-packages/pygame/__init__.py
我有一个叫做卡片的文件夹,里面有png的扑克牌图片H,D,C和S01-13.下面的卡经销商代码在Raspbian下的Raspberry Pi上工作,但在Pycharm (Python3.4)中运行时,它执行所有的操作# prompts to play/quit and for hand size and no of playersimport randompygame.init(player1 = play
我正在尝试将熊猫数据栏(有list for each row )转换为string in each row,但不知怎么的,它没有转换。以下是我从尝试过的内容。(map(str, x)))data['tags']=[''.join(map(str,item)) for item in data['Tags']]0 ['python', '
我正试图通过学习"Python速成课程“来学习Python,但是我被困住了,因为这本书没有使用我正在使用的IDE,PyCharm。module not found说,我遇到的问题是当我试图导入游戏时。我使用以下命令成功地安装了pygame:但我还是不能进口。我注意到PyCharm使用这个位置的解释器:\