无法获取Python2.7的SFML

2024-04-18 04:54:40 发布

您现在位置:Python中文网/ 问答频道 /正文

我要做的事 我正在尝试获取Python2.7的SFML绑定。使用windows的32位版本的python。在

https://python-sfml.org/download.html

我尝试过的

因为当你点击或保存链接时,它什么也不返回,并且说它丢失了。 我还使用PIP安装了Cython,不过当我尝试使用PIP下载pysfml、pysfml、python sfml或sfml python时,PIP告诉我:

Could not find a version that satisfies the requirement sfml(from versions:)
No matching distribution found for pysfml.

当我尝试pip安装时-vvvpysfml

它还告诉我pysfml没有匹配的发行版。在

我的要求

如何下载此库?如何让它在Python2.7上运行


Tags: piphttpsorg版本链接downloadwindowshtml
1条回答
网友
1楼 · 发布于 2024-04-18 04:54:40

已经给PySFML的主要开发人员发了电子邮件,他们的回复是:

Thanks for letting us know, we're very aware of this. I already rewrote each page (download + compilation) but download links come with the actual per-compiled packages which aren't created yet. I'll upload them as soon as I finish to setup the continuous integration service that will automate the delivery of these per-compiled packages.

Expect one week before things are done.

看来这只是正在进行的现场检修的一部分,应该很快得到解决。在

此外:

There were never uploaded.^^ These bindings had never been ready for this until recently (see recent commits). However, you can pip install directly from the repository, it must be something like pip git+https://github.com/Sonkun/python-sfml?egg=pySFML.

I know compiling these bindings isn't a straight forward task, however, feel free to ask for assistance. :)

PS: you must use SFML 2.3.2

相关问题 更多 >