CMAKE引起的RapidFuzz安装问题

发布于 2025-02-04 08:02:57 字数 816 浏览 3 评论 0原文

SYS信息

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

在安装软件包(RapidFuzz)时遇到困难,我似乎对Cmake有问题。 我正在尝试将其安装在Pyenv中 使用的命令。

pyenv shell atom

pip install -force-reinstall -no-cache-dir rapidfuzz

错误消息

我试图重新安装cmake,但问题仍然存在。

该软件包适用于a discord bot 我已经尝试问他们,但是他们都知道是CMAKE的问题吗

Sys info

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Having trouble installing a package (rapidfuzz) I seem to be having an issue with cmake.
I am trying to install it inside a pyenv
The commands used.

pyenv shell ATOM

pip install --force-reinstall --no-cache-dir rapidfuzz

Error Message

I have tried to reinstall cmake but the issue still persists.

The package is for a discord bot I have tried asking them but all they know is the issue is with cmake

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

像你 2025-02-11 08:02:57

您应该直接向项目报告这样的问题。我在github上打开了一个问题: https://github.com/maxbachmann/maxbachmann/rapidfuzz/rapidfuzz/sissues/rapidfuzz/sissues/ /223 。这个特定问题似乎是由Cmake Build System引起的,该系统是在v2.0.0中引入的。因此,您现在可以使用旧版本的RapidFuzz避免此问题:

pip install rapidfuzz==1.9.1

You should report issues like this directly to the project. I opened an issue regarding this on github: https://github.com/maxbachmann/RapidFuzz/issues/223. This particular issue appears to be caused by the cmake build system, which was introduced in v2.0.0. So you can avoid this issue by using an older version of rapidfuzz for now:

pip install rapidfuzz==1.9.1
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文