pybloomfiltermmap:str()最多接受1个参数(给定3个)

2024-05-16 00:39:17 发布

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

enter image description here

我按照这里https://github.com/axiak/pybloomfiltermmap安装pybloomfilter,首先得到setuptools错误。我安装了setuptools,可以从python导入。然后我在pybloomfilter的dir下完成了sudo python setup.py install,得到了图片中显示的错误。在

有人能帮忙吗?谢谢你


Tags: httpsimagegithubcomhere错误dirsetup
1条回答
网友
1楼 · 发布于 2024-05-16 00:39:17

我下载了这个:https://github.com/fragglet/c-algorithms/releases

然后安装它。 然后通过以下方式进行动态连接:

export LD_LIBRARY_PATH=/where/you/install/lib:$LD_LIBRARY_路径 sudo ldconfig

然后,它就起作用了。在

相关问题 更多 >