Closed ZengJin123 closed 9 months ago
您好,感谢使用Data-Juicer。
从您的截图中发现您的python 版本为3.11。 在这个版本下, longintrepr.h
文件被移动到了cython 子目录。
建议您安装并切换到正确的python3.8的版本。
另外我们后期会发布与python 版本无关的simhash,敬请关注。
This issue is marked as stale because there has been no activity for 21 days. Remove stale label or add new comments or this issue will be closed in 3 day.
@ZengJin123 你好,目前我们已经发布了python版本兼容性更好的simhash库,名称为simhash-pybind
,在最新分支中也已经将simhash的依赖修改为了这一个库,请您拉取最新代码再尝试一下,或者在卸载了已安装的simhash-py库后手动安装
pip uninstall simhash-py
pip install simhash-pybind
This issue is marked as stale because there has been no activity for 21 days. Remove stale label or add new comments or this issue will be closed in 3 day.
Close this stale issue.
Before Reporting 报告之前
[X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
[X] I have read the README carefully and no error occurred during the installation process. (Otherwise, we recommend that you can ask a question using the Question template) 我已经仔细阅读了 README 上的操作指引,并且在安装过程中没有错误发生。(否则,我们建议您使用Question模板向我们进行提问)
Search before reporting 先搜索,再报告
OS 系统
ubunto
Installation Method 安装方式
git clone pip
Data-Juicer Version Data-Juicer版本
最新版本
Python Version Python版本
3.8.13
Describe the bug 描述这个bug
安装pip install -e [.tools]是出现
To Reproduce 如何复现
pip install -e [.tools]
Configs 配置信息
No response
Logs 报错日志
No response
Screenshots 截图
No response
Additional 额外信息
No response