lilydjwg / luoxu

A Telegram userbot to index Chinese and Japanese group contents.
GNU General Public License v3.0
251 stars 24 forks source link

add example command #2

Closed omg-xtao closed 1 year ago

omg-xtao commented 1 year ago

debian ubuntu

lilydjwg commented 1 year ago

不对啊,现在不用 opencc 的 python 绑定了呀。 安装指示,我不希望写死用户怎么安装,尤其是 opencc,仓库里应该有的呀。

omg-xtao commented 1 year ago

不对啊,现在不用 opencc 的 python 绑定了呀。 安装指示,我不希望写死用户怎么安装,尤其是 opencc,仓库里应该有的呀。

构建 OpenCC 没有 python 环境就会报错,python: command not found,构建完成后的 querytrans.so 只能用于构建 OpenCC 时的 python 环境

lilydjwg commented 1 year ago

哦,opencc 需要用 Python 来合并字典。但编译出来的 so 应该和 Python 无关呀。

omg-xtao commented 1 year ago

哦,opencc 需要用 Python 来合并字典。但编译出来的 so 应该和 Python 无关呀。

我构建用的 py3.10 ,然后 luoxu 虚拟环境用的 py3.9 ImportError: libpython3.10.so.1.0: cannot open shared object file: No such file or directory

lilydjwg commented 1 year ago

我构建用的 py3.10 ,然后 luoxu 虚拟环境用的 py3.9 ImportError: libpython3.10.so.1.0: cannot open shared object file: No such file or directory

这是你构建 querytrans.so 的时候用的 Python 版本不对吧。